java - Integrate a finished web service in a Android application -


i don't know if correct term "integrate" or "connect" finished web service in android application. mean,

  1. is there possibility "integrate" finished restful web service in android application, have not developed, yet.?

otherwise,

  1. are there steps develop restful web service need use android application?

the last question asked because don't know if first step finish restful web service , integrate in android application or or developing restful web service , android application @ same time.

in case, how can well? need organise mind

you need 3 things:

  1. client(your app)
  2. server
  3. database

lets have create login service app. steps should given below:

  1. create login form android ui.
  2. get username , password edit texts in strings.
  3. send these credentials server(via http reqest).
  4. at client side read response url via input stream.
  5. at server side, use server side technology in familiar with.(if not familiar server side tech. recommend php.)
  6. select/update/compare (whatever want) in data base , return response json string.

you can use server on system. suggest use xampp(cross platform apache mysql php perl). name says, includes server+database+php (its local). create local apache server on machine.

follow : xampp tutorial , working xampp

here nice tutorials of web services android:

how connect android php, mysql

using database android application


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -