Skip to content
Pablo edited this page Mar 7, 2019 · 1 revision

Data Entry Forms

In this section we'll see how forms are generated.

  • FieldViewModels
  • Rendering
  • Updating values

FieldViewModels

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