I need to change some images in my app, but after edition it in the Google Play. How can I do it? For instance, now in my app there is a picture Bitmap Pic1 with a red quadrate on it. But after a month it will be a picture Bitmap Pic1 with a yellow triangle (name and adress in the app are the same, changing just drawing).
Asked
Active
Viewed 38 times
0
-
Are you talking about the icon? – Black Magic Apr 01 '15 at 13:49
-
No, I mean bitmaps inside the app. For example, background picture. I think about Jsoup - by this way it's possible to load text data, but I don't know if it possible to load pictures with this library. – Roman Martynov Apr 01 '15 at 14:17
-
You should let the app download the picture from a URL: http://stackoverflow.com/questions/15549421/how-to-download-and-save-an-image-in-android – Black Magic Apr 01 '15 at 14:48
-
I think, that in my situation it will be better refresh apk-file, not download single pictures, because when I will download the picture, I should save it on sd-card and it's not good. Who tell me, how to refresh apk-file (by downloading from the web) from inside the app? I want to create a button, to push it to start a process of downloading the apk-file, but I don't know how. – Roman Martynov Apr 01 '15 at 17:19
-
you cant re-fresh apk after publishing unless you update it as a version. What you re-fresh is only the app data. – Heshan Sandeepa Apr 01 '15 at 18:19