Re: [android-developers] Buttons to navigate views

2011-03-31 Thread Kostya Vasilyev
If each screen is structured the same (one question, several answer options), then you don't even need multiple layouts. Just keep one and update the contents of the UI as needed. 01.04.2011 1:26 пользователь "androidom" написал: > Hi, > I am trying to create a questionare form that would end up

[android-developers] Buttons to navigate views

2011-03-31 Thread androidom
Hi, I am trying to create a questionare form that would end up posting a survey to the backend over a web service. I assume that I need to create multiple layout files where each file would have a question and 5 possible choices the user can pick up and then press a button to proceed to the next s