Android Disclosure Indicator Solution

1.4k Views Asked by At

I developping an Android app based on its iOS twin. In one of our view, we have a list with many information but not necessarily all the information we want. In iOS, they have the right-carret disclosure indicator, but is there an equivalent in Android?

According to this page, http://developer.android.com/design/patterns/pure-android.html, Android app should not have any such thing. But how can I make it clear to the users that there is more info to be shown if they click on the list item?

Thank you!

2

There are 2 best solutions below

0
On

You can use a ListView and set any icon you want for each item of the ListView.

3
On

It's a paradigm of the OS that clicking on list items takes you into a more detailed page. Just simply the fact that it's a list should make it clear to users that there is more information under there as long as the title of the list item is clear. For example the items in the link that you sent make it clear that you can click on them to get more Bluetooth or WiFi settings.