Drop down-menu on ListView for Android

10,582

I think Expandable ListView may be suitable to your problem.

Here is the best example given: http://techdroid.kbeanie.com/2010/09/expandablelistview-on-android.html

Share:
10,582
Admin
Author by

Admin

Updated on June 04, 2022

Comments

  • Admin
    Admin about 2 years

    I'm new to android development, and I would like to do a drop down menu like in Maps application.

    schema :

    enter image description here

    For example, if I click on the third item I'll have more informations about my Item thing, and one or two buttons to launch another activity.

    thanks.