evenmonkeys
Newbie
I apologize if the answer for this is right in front of me, but I honestly don't even know how to phrase what I am looking for to be able to find my answer. Please help me out by pointing me in the right direction.
I made an application where I post a new comic twice a week. As of right now, I am adding X amount of images to the drawable folder and creating a new activity for each comic. However, the last update that I put on Google Play pushed it over 25MB and it's becoming tedious to download that large of a file over and over.
What I am wondering is.. how can I upload the base APK to Google Play, and have the comic images and details downloaded from my own personal server when new ones are available? Then I would assume it'd take pointing a single activity to a comic like php does: "comic.php?id=23" That same concept.
Again, I just don't have any idea where to even begin looking and would love any help thrown my way. Thanks.
I made an application where I post a new comic twice a week. As of right now, I am adding X amount of images to the drawable folder and creating a new activity for each comic. However, the last update that I put on Google Play pushed it over 25MB and it's becoming tedious to download that large of a file over and over.
What I am wondering is.. how can I upload the base APK to Google Play, and have the comic images and details downloaded from my own personal server when new ones are available? Then I would assume it'd take pointing a single activity to a comic like php does: "comic.php?id=23" That same concept.
Again, I just don't have any idea where to even begin looking and would love any help thrown my way. Thanks.