android - Download extension pack to import in my app -


i have did application lot of images , size of project 28mb. think user can download images webserver , import in application. how can ?

p.s. don't wont images can visible in sd card

thank you

use expansion file mechanism. has been designed android team solve problem. can split application @ 50 mb app + 2 gb data in first file + 2 gb data in second file.

everything managed google market, should more stable solution using own webserver.


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -