Closed nathanielhourt closed 8 years ago
Will be replacing the current SwipeView to a Google Plus style navigation above. As for now, it will have 1) Contest Creation 2) Sponsorship 3) Payment
Looks good! Note that the custom back button handling will still be necessary unless you implement each of the steps as a new page that gets pushed.
There is a continue and back button at the bottom of all the google+ pages
I guess we could let the back button in the top navbar keep the default behavior, then, but the Android back button should be handled to go back a step if the user is not on the first step.
This would probably be a better option that looks futuristic and is cross platform for mobile devices.
That looks like it should be fairly simple to create using PageIndicator
Right now, this is a very basic, ugly UI that really needs to die in a fire. Aside from completely redesigning it to not be so awful, some specific tasks I note are to replace the relative time selections ("in a day", "in a week", etc) with some kind of calendar/time selections, and to handle the back button better when the user has moved to a subsequent step of contest creation (currently it always leaves the contest creation page, but it should only do this if the user is currently on the first step; if the user is on the second step, it should go back to the first). See here for advice on custom back button handling.