开发者

How to Create 2D list View

开发者 https://www.devze.com 2023-02-07 18:05 出处:网络
hi I am writing an Android App, in whichI need to display a List, Clicking on any list item shoul开发者_JAVA百科d show another list besides that list item. Can anyone help me how can this be implemen

hi

I am writing an Android App, in which I need to display a List, Clicking on any list item shoul开发者_JAVA百科d show another list besides that list item. Can anyone help me how can this be implemented in Android.

Thanks in Advancem


Check out ExpandableListView.

This one won't put a list view beside it but it'll drop down like the Froyo Call Log in the Contacts App.

Having 2 ListViews side by-side is very unusual from a design stand point and will probably confuse users.

0

精彩评论

暂无评论...
验证码 换一张
取 消