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

Apps Create two scrollable columns with containers

I have programming background but new to android studio and java.

I like to create two scrollable columns with label on one side and boxes on the right side. When I touch one of the labels on the left, the contents associate with the label would appear in one or more boxes.

How I should approach this problem and what do I need to use? Need to create loop to generate labels on both side and count how many containers I need to create for each label on the left side? (See attached sample)

Please help. Many Thanks. :)
 

Attachments

  • sample_layout.jpg
    sample_layout.jpg
    72.8 KB · Views: 68
Back
Top Bottom