Hacker News new | ask | show | jobs
by SingAlong 5665 days ago
That work-around comes at a cost of the server bandwidth tho. You'll have to maintain a server with the game resources. It's one time cost (or probably 2-3 times if the user uninstalls and re-installs again a few times).

But your idea is actually cool if your app needs a lot of screen specific resources. They can be downloaded later after checking the device screen specs.

1 comments

On the bright side, its a bit easier on the device itself, as the package manager needs to copy the APK from the download location when installing, so by storing application resources outside of the APK, installs will be faster and less likely to fail.
It is also much more flexible. Aura (GPS navigation) downloads maps only of those states or countries, that you are interested in. You don't have to store all maps.