Android Question Easy way to create data view panels/cells like Google Contacts app

Homerclese

Member
Licensed User
Longtime User
I have some data view/entry forms in my app and I like the approach Google has taken in their Contacts app:

MaterialContact.jpg


In view mode, each field is in its own frame (perhaps it's just a ListView row) with perhaps an action icon or two.

I can do this with UltimateListView, for example, but it doesn't seem like the most efficient approach for a data entry form (though I love ULV for my lists of SQLite data).

I've searched but can't find another, simpler way to do this. I was hoping there might be a class that can accept, say, a Map and then turn that into a data view list or collection of panels that looks like this. Does anybody know of such a thing or have any other suggestions? (Other than that I should roll up my sleeves and code it...) ;)
 
Top