Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Layout design tips

For a school project, I try to implement a design for an Android application.

Image 1:

enter image description here

Image 2:

enter image description here

As you can see, I have a list with some items. When the user clicks on an item, a little detailpage appear under the clicked item. Actually, I'm not sure if I should use a ListView in my example. Creating a ListView with all items works for me. But for the detail information, I don't know what to do.

Are there some tips & tricks for designing this page?

Thanks in advance!

like image 729
Jasper Poppe Avatar asked Apr 17 '26 10:04

Jasper Poppe


1 Answers

Use ExpandableListView see references here

like image 119
Lucian Novac Avatar answered Apr 19 '26 23:04

Lucian Novac