Android : show remote image on Android

on Monday, March 30, 2015


I am using mysql database, i have a web site. So now i decided to create a mobile application. But i have some image in ftp, and their path saved as a varchar in mysql.


I connect to mysql remotely in Android app. But i dont know which is the best way to show image on Android app.


I have 2 way to show it. First one is i can get an image path and show on an url in image view or the other one is i saved that images blob file in mysql and get the base64 encoded text and show. But which is the better way ?


0 comments:

Post a Comment