A
Android Question
Guest
- I am new to android, so I'm trying various examples. In one specific example using fragment, I made list view and made it two view on both phone and tablet screen[master/detail fragment].
- I tried with example of viewing text and image in detail pane. But I am unable to make a list in the detailed view.
- When I click on ITME1 in master I must view a text view[Already I got it] in detailfragment. And when I click on ITEM2 in master I must get listview in detail fragment.
- If possible provide me general code format.