What is the name of the menu that displays details on Android?

Asked

Viewed 104 times

1

The menu that when you click on a title appears the options for you.

  • Sorry @daniel12345smith but I could not understand your question correctly, you are developing for Android and would like a button that when triggered expands with options available for you to choose? You are developing natively or using Phonegap?

  • I want to make a shopping list app, where in a form appear the drink option and when click on it, open new options, as if it were a submenu or a button that "opens" several others. has many of these menus in Android apps, but forgot the name and I’m not able to find...

  • Edit your question and add more details (the ones in the comment already help), it is difficult to understand what you want.

1 answer

1


If you are using Phonegap, then I recommend using Jquery Mobile, as it has a feature called Collapsible and its way of using can be found here.

<div data-role="collapsible">
    <h4>Isso vai aparecer no botão</h4>
    <button>opção1</button>
<button>opção2</button>
</div>

Browser other questions tagged

You are not signed in. Login or sign up in order to post.