Skip to content

Creating new form

Daniel Petrov edited this page Mar 1, 2022 · 4 revisions
  • Create new form converter (refer to BirdsConverter)
  • Create new action in SmartBirdsApi for submitting the form
  • Create new form uploader (refer to BirdsUploader)
  • Create new form layout (refer to fragment_monitoring_form_new_ciconia_entry.xml)
  • Create new form entry fragment (refer to NewCiconiaEntryFormFragment)
  • Add new item in res/menu/monitoring.xml
  • Add new item in EntryType enum and new item in MENU_ACTION_IDS array
  • Add new item in @OptionsItem for setFormType() in MonitoringActivity
  • Update bind() in MonitoringEntryListRowPartialView
  • Add new item in monitoring_forms and monitoring_form_values in arrays.xml

Clone this wiki locally