简体   繁体   中英

Android - retrieve images and data from database server

I'm facing problem in retrieving data and images from the remote database server. I tried to search from Internet for few days, but still could not found a useful link, tutorial or solution that can help me to solve my problem. Anyone here could please help me. You may provide me a link that showing detailed tutorial. I'm new to Android. Any help would be very much appreciated.

I saved my image url on the database, i wish to retrieve the url and show it on my android as images. Please, any help could save my life.

Thank you in advance.

================================================== I found my problem. I just remove from my manifest file, then the program is working. It is strange, but I also don't know why.

Answer:

I solved my problem by just removing the "uses-sdk android:minSdkVersion="8" " from manifest file.

Hope this can help others :) good luck

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM