• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps How do I create Dynamic Forms in Android

How do I create Dynamic Forms in Android

  • Help

    Votes: 0 0.0%
  • Help

    Votes: 0 0.0%

  • Total voters
    0
Hi,
I am trying to learn to create dynamic forms in android. I have an sqlite table that stores differnt form variables, so depending on which row I pull I want to be able to create a form based on the variables of the row I pull from the table. Rows from the form table have variable lengths:

eg:

one row from the table can have following form variables:

Name:
Surname:
Age:

While the other might have :

Name:
Surname:
Age:
What are your hobbies:

etc.
 
Back
Top Bottom