I've created a CV building app and the last Activity displays all the information in the form of ListViews. Each ListView has layout_height=wrap_content which means that once the user enters more than one previous job, the data falls off the screen and is unscrollable.
I've already tried to limit the space used by the ListView, making it's own data scrollable however this doesn't look right on the screen. I'd much prefer to have all data displayed and the whole screen scrollable. Any suggestions?
Also, I don't want the user to have to move across to other Activities to view the data they've entered.