Reputation: 6954
Guys,
I have tried different samples using the list-view with fragments,In my application i am using list-view, tab-host,fragments.
1.when i clicked on the tab-host, it need to display the list-view, The list-view need to be extended with fragments.
Thanks in advance!!!!!!!!!!!
Upvotes: 1
Views: 2296
Reputation: 1469
refer this link for details
Android 1.6 TabHost inside a Fragment
http://android.codeandmagic.org/2011/07/android-tabs-with-fragments/
http://developer.android.com/guide/topics/fundamentals/fragments.html
Upvotes: 3