• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Sql Server db and Android

How to fetch images from Sql server database and display it in android image view one after another..In sql server their is only name of the image is saved
 
Your question is very broad. It would help for you to supply some code to demonstrate how far you've got with this application, and what part you're having difficulties with. Thanks.
 
If you don't driver for your SQL DB, you can create a backend that runs on the save host where your DB run. For your backend you can define rest API and then do http calls from your device. Android SDK has full http/https connection support.
I think it is the easiest way.
 
Last edited:
Back
Top Bottom