I want to allow the user to create "custom screens" dynamically by selecting from a existing set of fields at runtime i.e., everything should be done on App on the phone.
For example - existing set of fields = {name, location, picture, age}
.
User A wants to create a new screen with fields name, location and age.
and User B wants to have a screen with only name and picture.
These screens should be persistent and should be able to save, query and edit information in a local database on the phone.
Any help about how to achieve this in Android will be appreciated.
Thanks.