2
votes
4answers
227 views

Is putting a toast in the lower part of the screen the optimal position?

On Android, a toast is a transient confirmation message appearing in the lower portion of the screen. Did Google consciously position the toast here for optimal usability? I want to port this toast ...
2
votes
2answers
346 views

Push Notifications for Update

We have an iPhone app available in the app store that utilizes push notifications. Normally we use this functionality to inform users when new podcasts are available (usually once a week). We've ...
0
votes
1answer
253 views

What will be a good UI design for the iPhone app wise notification

I have a background thread working on collecting data, once that's ready, I want to send out a global notification such that all the views can get it. That's easily achievable logically. But visually, ...