android - Display Contact,Logs and Favourite Contact in Listview in Single Activity -
i want create contact activity contains 3 tabs
1) contact address 2) contact logs (recently used) 3) favourite contact ( used)
please tell me how achieve tabs should contain listview display contact
thanks in advance
for tutorial on creating tabs using fragment, this website can help.
for listview
, can use this. thing take note of need class extend listfragment
instead of fragment
.
hope helps =)
Comments
Post a Comment