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

Apps How to create user-customizable layout? Worth it?

TylerW134

Lurker
I am making a relatively simple app - a brief survey. A series of rows of text and checkboxes. This can be done easily with a linear layout or a relative layout. However, my employer really wants users to be able to customize the order that the questions appear on the form. This is my first proper app, so I am very inexperienced. Can anyone point me in the right direction here? How would I pull this off? Will this be a nightmare for me?

Thanks,
Tyler
 
If these series of rows have the same structure you can make it as a list view. Use google to find some library for drag and drop listview.
 
Back
Top Bottom