Android ListView with every item of xml file -
i'm trying develop messenger app android. have xml file friends in, example <item>peter l.</item>
. in main activity, want show listview contains friends. how can this? , hard include other informations such picture of person or last message (as in whatsapp)?
sorry english , quite nooby questions :$
you can create list view , custom list adapter. described in below links
http://developer.android.com/reference/android/widget/listadapter.html
http://www.javacodegeeks.com/2013/09/android-listview-with-adapter-example.html
http://www.vogella.com/tutorials/androidlistview/article.html
Comments
Post a Comment