java - How to access MySQL database with an Android application? -


Where similar functionality will be developed. Therefore, this requires database (MySQL) contact

It would be grateful for any ideas. Need PHP or Webservices?

This will require web-services,

You can set up your MySQLSQL / Oracle database Can not access it from your application. Just because some of the other environments of these databases have been deployed, and a large database such as a mobile database such as MySQL can not be deployed.

So that you need to use web-services to access those databases (MySQL / Oracle). ).

WebServices : A system that calls some server-side script like PHP, ASP, JSP . Accessing your MySQL database in all these APIs will ultimately result in this script in your application form JSON / XML . Via HTTP Connection

yourAPP - & gt; This will execute some peace code that talks to your server (Calling Web Services-> GetStudent () -)

Server - & gt; * It will execute something like getStudent () - Select "From Student" - & gt; Gudley data in Jason / XML format - & gt; Refund your app as a response. *

YourApp - & gt; Callback (student data) - & gt; It will get feedback.



Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -