Access ASP.NET website's Database using Android?
I've a website which has users accounts profiles, ..etc . I would 开发者_JAVA技巧like to CRUD that database using my android application, how can I do that ?.
Thanks
I'm not exactly sure how to do it, but you can use KSOAP2 library in your application to communicate with your server. I guess this link might help: KSOAP2-Android This example might also help to overcome the issue: Android system using ksoap2-android client library operation asp.net WebService
精彩评论