Reza Rachman
Reza Rachman

Reputation: 143

Android with two fragments

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

Answers (2)

Rajdeep Dua
Rajdeep Dua

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

coder_For_Life22
coder_For_Life22

Reputation: 26971

Take a look at this wonderful series of tutorials by tutsplus.

Working with fragments

Upvotes: 1

Related Questions