Android Disclosure Indicator Solution
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?