I'm new to programming so be gentle...
My Android app will have many pictures since it's a reference app with many diagrams to view. Because of this it will likely be >50mb if I package all of the images in the apk. How can I make the file download a folder full of the images when the app is first opened if they are not already downloaded?
For example, the android app Jefit has the option of downloading the gif animation files of all the exercises. How can I make my app download its image resources upon its first run if they aren't already present on the sd-card.
Any help would be greatly appreciated! Thanks.