WiFi and cellphone data networks may make you think that we live in an always-connected world, but nothing can be further from the truth. Spotty cellphone data network coverage, and flaky or non-existent WiFi means that all of us live not just in an online world, but an offline world as well. With unreliable coverage, developers should be building apps that support offline mode. Without offline support, mobile apps restrict where they can be used. Apps that provide offline access are able to be used anywhere.
Because of this, a recent blog from Appcelerator notes that "mobile developers understand that supporting an offline state has moved from an edge case to a core case in app development." And it points out several companies that have taken that into account when building apps. Diapers.com, for example, started building offline web apps all the way back in 2011, letting customers place orders even without a connection. And Nokia's free map app lets you download maps for offline use.
That Nokia feature is nothing new, of course. Google Maps have let you do that for some time. I found that feature exceedingly useful this past spring when I vacationed in France. Overseas data costs can easily break the bank, so I downloaded maps of where I knew I would be going so that I could use them without making a data connection.
In fact, Google has said that all Chrome Web apps will be required to work offline eventually. Google has also released a beta of Gmail Offline, which lets you read, respond to and search email when not connected.
What does this mean to you as a developer? Your employer or clients will require offline functionality in their mobile web apps as a matter of course. Ignore that at your own peril.
Because of this, a recent blog from Appcelerator notes that "mobile developers understand that supporting an offline state has moved from an edge case to a core case in app development." And it points out several companies that have taken that into account when building apps. Diapers.com, for example, started building offline web apps all the way back in 2011, letting customers place orders even without a connection. And Nokia's free map app lets you download maps for offline use.
That Nokia feature is nothing new, of course. Google Maps have let you do that for some time. I found that feature exceedingly useful this past spring when I vacationed in France. Overseas data costs can easily break the bank, so I downloaded maps of where I knew I would be going so that I could use them without making a data connection.
In fact, Google has said that all Chrome Web apps will be required to work offline eventually. Google has also released a beta of Gmail Offline, which lets you read, respond to and search email when not connected.
What does this mean to you as a developer? Your employer or clients will require offline functionality in their mobile web apps as a matter of course. Ignore that at your own peril.
Comment