HI friends,
I want to work with SQL in Android. My question is that like I used WCF service and LINQ to SQL class in Windows Phone 7 to work with SQL database, same as possible in Android or not.....
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Aug 6, 2011, 1:54 PM
Mahesh ChandPosted Aug 6, 2011, 12:12 PM
Mono for Android, you can use LINQ to SQL. But in Java, it is not supported. In Java, you need to expose your data as a JSON API or a Web Service (XML). Android application can consume both methods.
Here are some Mono for Android FAQ.