Search code examples
androiduser-experience

Android UX - how to show the user that a list item is clickable?


I have a list of things in an Android activity.

Do I need to add something to let the user know that they will get more detail by clicking an item? (It opens a new activity.)

I could add a button to every item, but it looks ugly.


Solution

  • 1) Showcaseview will be the best way

    2) or use Card view , this way the user will know for sure that the item is clickable and also in some cases, expandable. (Similar to Call logs in Google Phones)