I have a working app for writers to use to track submissions to publications. Right now, the main page is a scrolling listview with each panel having 2 lines of text and a progress bar (which indicates the # of days left before hearing a reply from the publisher--on average). Page 2 is for inputting the data about the submission. Page 3 is for putting in info for new publications. There are 2 SQL databases, one for the submissions and one for the publication info.
If I put in a new submission on page 2 and save it, when I go to the main page, there should be a new entry in the list with the progress bar. Right now, this works.
Right now, the user presses the menu button and selects the page they want to go to.
The UI change I'm looking for?
I would like to get rid of the menus and change to sliding left or right to get to another page. I will also need to add a 4th page to jump to when the panel in the listview is selected on the main page.
Right now, I can't get the listview to work at all using the left/right sliding code. The underlying screen slides, but the listview overlays the screen. This could be easy money for someone who knows what they're doing and can get the UI to cooperate.
Payment for this would be via Paypal.
TonyR