Reputation: 143
i am working with two fragments in android honeycomb (tab). In the left is listview and in the right is preview of item selected from list, it is button gridview. please help and share the simple code. thanks
Upvotes: 1
Views: 2085
Reputation: 11230
You should look at the Honeypad tutorial, it uses Fragments with a ListFragment on the left and a Details Fragment on the right.
http://android-codelabs.appspot.com/resources/tutorials/honeypad/index.html
Upvotes: 1
Reputation: 26971
Take a look at this wonderful series of tutorials by tutsplus.
Upvotes: 1