4
votes
2answers
117 views

Are modals usable on smartphones, or is there a better alternative?

I want to make a simple popover (or modal) that allows a user to subscribe to a newsletter (of course only when a user clicks on "subscribe to newsletter", I don't want to be obnoxious). It'll be a ...
4
votes
2answers
111 views

For mobile apps, is it “best” to load data before transitioning screens?

In a mobile application you almost always make some sort of api call to fetch data to populate view elements on a screen. Say I am on a home screen (screen A) and want to transition to a profile ...
6
votes
3answers
210 views

Tabbar inside Modal View - iPhone

Is it ok to have TabBar in Modal view in iOS UI (iPhone)? I have a "Select Contact" view in my app and I plan to make it as modal view. But "Select Contact" is a set of views: "Favourites", ...
4
votes
1answer
322 views

UI for saving changes in document-based mobile app?

I'm making a photoshop-like image editor (e.g. for drawing pictures and diagrams) for iPhone and Android mobile devices. I'm designing the interface for saving documents with regards to how data loss ...