this may not be your typical question.. but I figured I would give it a shot. I have tried Google searches for this type of question, though apparently I'm using the wrong queries.
So my question is basically how to make my widget "flow" better. Right now this is the flow:
- App opens with 'jump' screen, with some directions on how to use it, an information button, and a button that directs you to a configure page (user chooses which pictures they want to view). User is also prompted heavily to configure those pictures before adding an instance of the widget to their screen; or else it won't work.
- Once configured, exit the app and visit the homescreen. Add the widget, and the user is presented with a time configuration (how often they want an update to occur). User chooses, hits save, and the widget is added to the screen.
- If the user successfully configured in step 1, the widget is added. If, however, they did not do the initial configuration, the widget pops up a toast explaining again that they have to configure.
- The user then has to delete the blank widget, re-open the app, configure the images, re-add it, set the time, then good to go.
- If successfully added, user can open the time configuration through the widget, or return to the image select by opening it from the app drawer.
Based on that information, does anybody know how I can make this process more simple? Ideas I had were to not allow the widget to be added unless the first configuration takes place.. this is something I could not find any information on :( and/or try to group those two configurations (time/images) into one.
Guess I'm looking for whatever input/suggestions/ideas you folks have. Thanks so much if anybody has any insight onto this! Or if I was just dumb and wasn't able to find certain links that have discussed this already, please point me towards them.