jeudi 25 juillet 2019

What is the best practice for creating Home/Menu screen of the Android application?

I’m looking for some pattern or good practice. I want to create a home screen in my app and I’m wondering how to do it right. The screen will consist of scrollable cards like in the Play Console app. Each card will show different content (different layout, buttons, there will be some queries to the API, etc.). Is there any pattern to it? I thought about making custom CardView and implement whole logic in there, and then display it in the recyclerView, what do you think about it? I would be grateful for any advice or sample app code.

Aucun commentaire:

Enregistrer un commentaire