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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.