Skip to content Skip to sidebar Skip to footer

Create Dynamic View In Android?

In my application I am receiving JSON multiple forms like this: 'forms':[ {'name': 'form1','title': 'First Form','order': 1, 'fields':[ 'name': 'firs

Solution 1:

you can use tabbed activity , android Navigation Drawer , android swipe view then assign each fields to different sections


Post a Comment for "Create Dynamic View In Android?"