-
Notifications
You must be signed in to change notification settings - Fork 100
forms
Pablo edited this page Mar 7, 2019
·
1 revision
In this section we'll see how forms are generated.
- FieldViewModels
- Rendering
- Updating values
In the app forms are base in RecyclerViews. So its main components are an adapter, ViewHolders and the list of items to show. These items extends the class FieldViewModels sharing the following properties:
- uid