--
You received this message because you are subscribed to the Google Groups "Mobile Portland" group.
To view this discussion on the web visit https://groups.google.com/d/msg/mobile-portland/-/y6xsxPZdvxUJ.
To post to this group, send email to mobile-...@googlegroups.com.
To unsubscribe from this group, send email to mobile-portla...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mobile-portland?hl=en.
> When developing an app for a tablet, do you consider how it works for users who lack an always-on net connection?
Absolutely. In fact, if you're publishing to iPad Apple requires you to at least think about the issue, as they specifically test for SOME sort of response to the app functioning in an offline environment.
Unfortunately, it's really hard to solve problems like syncing hundreds of megs of content (even 10s of megs) in a media app when people expect things to just work immediately. News Stand definitely solves this for a certain class of media but if you're not making a periodical then that's not helpful, and people grumble about app download size as much as they do anything else.
There are obviously entire classes of apps for which offline usage is not possible, and other classes that don't use the network at all. For things in between solving the problem of online / offline state management and sync is an extra step that some developers choose to ignore and others work at religiously.
It really depends on the target market for the app and how much the added work of offline mode fits with the product vision.
~jonathan