User expectations of files and mobile apps

There has been a fast foray by most business software companies into ultra-mobile computing. Microsoft is finally starting to catch up on non-Windows Phone devices with Office for Android. I say that they’re only starting because I met a critical flaw in their own application.

Mobile software has taught users—myself included—that you only need to save documents on full-fledged computers, not smartphones or light tablets (i.e., anything with an ARM chip). It’s great, because that’s one less step to do with a tiny keyboard on a tiny display using an interface that wasn’t designed for handling files.

In fact, it’s one of the intentional decisions made by Apple, and later Microsoft, with their respective mobile platforms: removing the file system from the average user’s view. This is great for most users: you don’t expose the underlying system, so the system appears less complex and it’s less intimidating up front for people who haven’t learned to use the system.

Apple took this step with OS X: they’ve hidden the Library folder in users’ home directories and have somewhat replaced their file browser from being the center of interaction when you first turn on a Mac by introducing Launchpad.

While the rest of the industry starts moving away from exposing the file system to non-power users (and Apple just hides it from everyone), the shift is clear: we don’t open files directly anymore. Instead, we always open applications to handle files.

Some developers have handled this well. Their apps automatically save changes, even to drafts. If the operating system terminates the application when it’s in the background, the file is safe and, to the user, the application’s state hasn’t changed when the user switches back to it. And there’s no need to worry about finding a place to save a file when you press Save; you just need to tap the name of the new document, Untitled, and type in a new name. It’s saved until the user tells the application to destroy it.

Now, here’s my gripe: a certain app for Android doesn’t do that. It still uses parts of the file metaphor (which is partly due to Android as a platform having a silly insistence on exposing the file system for normal users despite everyone else realizing it makes things more complicated) and, its most egregious sin, doesn’t autosave files or drafts.

I just lost an entire hour’s worth of fiction I wrote before sleeping that I’ll never be able to recover, because someone didn’t think about how the modern device’s user environment handles files as part of the industry’s standards, the platform, and the user experience.

If your application doesn’t automatically save changes, please warn me now so I can avoid it.