Android Question Question About updates

Douglas Farias

Expert
Licensed User
Longtime User
hi
i go put in my app 5 or 6 backgrounds int dirassets
ok i go upload this to google play

but when i want add new backgrouds how can i make? for example
new year back ground and Christmas etc

i cant copy files to dirassets correct? how can i ?
 

thedesolatesoul

Expert
Licensed User
Longtime User
so when you compile you add the new backgrounds, and then re-upload to google play?
or do you want to update the backgrounds without updating the app? Then you will have to download and store them on DirRootExternal (if they should be accessed by other apps), but if only your app has access then DirInternal.
 
Upvote 0

Douglas Farias

Expert
Licensed User
Longtime User
when i make a update and make upload to google play automatic update my app with new backgrouds?
 
Upvote 0
Top