android - Create a RecyclerView(Grid Layout manger) inside a CardView -


i trying make custom favorites screen dialer app this

i can following:

  • gridview inside cardview enclosed recyclerview(with linearlayoutmanager)
  • recycler view(with gridlayoutmanager) inside cardview enclosed recyclerview(with linearlayoutmanager)

the card's height should dynamic i.e change number of items.also items(photos) clickable. can tell me approach better?


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

php - Improving script execution time -

How to provide Authorization & Authentication using Asp.net, C#? -