• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Help Listview in detail pane of android

  • Thread starter Thread starter Android Question
  • Start date Start date
A

Android Question

Guest
  1. 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].
  2. I tried with example of viewing text and image in detail pane. But I am unable to make a list in the detailed view.
  3. 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.
  4. If possible provide me general code format.
 
Back
Top Bottom