regarding andriod app development
-
how can make connect andriod app to central database like sql server,my sql using jdbc? please suggest me coding part if it is not possible,please suggest me any approach
-
how can make connect andriod app to central database like sql server,my sql using jdbc? please suggest me coding part if it is not possible,please suggest me any approach
Did you search Google for this? Using SQLite Database with Android[^] How to connect and access SQL Database server from Android app[^]
thatraja
-
Did you search Google for this? Using SQLite Database with Android[^] How to connect and access SQL Database server from Android app[^]
thatraja
You can create an ASP.NET WEB API which returns data in JSON format which is a data format that is friendly with Mobile platforms and then consume the Web API from your android application check the official asp.net site for tutorials on getting started with ASP.NET WEB API. http://www.asp.net/web-api[^] Hope this helps.
-
how can make connect andriod app to central database like sql server,my sql using jdbc? please suggest me coding part if it is not possible,please suggest me any approach
My answer may help you to get this doubt clarified. We can not connect to SQL Server or My SQL database from Android app. We need to have a middleware client to get this done. This is called "Web Service". Basic flows of web service are (From mobile app perspective); 1. Generally Mobile application (In your case Android app) requests some data to web service. 2. Web service fetches data from backend (SQL Server & My SQL etc..) and passes to Mobile application. 3. Mobile Application processes the data. So, My suggestion to you to connect to database from Android app is, You learn the basics of web service. Every mobile platform has got APIs to call web service. Thank You,
Irudaya Raj, Mobile Application Developer (Android, iOS & Windows Platforms), Bosco Soft Technologies PVT limited, Thiruppattur.