2012-10-12 22 views
1

我真的需要您在WCF Web服務中的幫助& android。 WCF Web服務例如:需要從Android WCF WebService接收數組字符串並在ListView中顯示

public String[] checkLogin(string userName, string password) 
    { 
     string[] result; 
     result = new string[] { "One", "Two", "Three", "Four" }; 
     return result; 
    } 

我需要填充的ListView(機器人網站)這個String數組值。 有人有任何例子嗎? 在此先感謝。

回答

0

與arrray的ListView

[1]: http://www.ezzylearning.com/tutorial.aspx?tid=1763429 
    [2]: http://android.vexedlogic.com/2011/04/02/android-lists-listactivity-and-listview-ii-%E2%80%93-custom-adapter-and-list-item-view/ 
相關問題