Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
I am developing an android application for a elections, in which i have to developed a web based application in .Net for candidates to upload their latest notification for users. On the other hand User will see this notification using Android App. I need to know that what database i should use for web based application that android can easily use and fetched or integrate android app with .net database.

I found that SQL Lite is one of the option, but i am wondering about other options.
Posted
Comments
Muhammad Taqi Hassan Bukhari 14-Mar-14 5:54am    
Is Android support .mdf database.????

Well you cannot really connect to the database and you don't want a device to do that anyway.

I reocmmend you use WCF REST service

here's a step by step guide: Create RESTful WCF Service API: Step By Step Guide[^]

Android can easily interact with this.
 
Share this answer
 
Create REST Service.

And see these tutorials,
WCF and Android Part I[^]
WCF and Android: Part II[^]

-KR
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900