database - Android best way to retrieve images and view them from external source -


i'm going making wallpaper app need guidance on how going able store, retrieve , view wallpapers.

will need make use of imageview able display images?

i'm going need sort of database/website store of wallpapers on. best thing do, use database or website?

how go retrieving wallpapers chosen source?

any help/advice appreciated, thanks.

a common practice use rss feed of images. then, hook app rss feed , have check updates periodically.

here reference on reading xml (rss) in android: http://www.ibm.com/developerworks/opensource/library/x-android/index.html

good luck.


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -