Nceku Nyoni
Lurker
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.
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.