0

I'm developing an Android application which helps doctors to manage their appointment schedules. An example of an activity which will be carried out is if a doctor will be late he will adjust the time that he is going to be late and all appointments will be postponed to match that timing. Appointment holders (patients) will be notified via SMS.

I want to create an online database so that the doctors can access the database via the app through any location. Is it possible for me to access this through SQlite. And if so what are steps that I need to follow to create the database.

I'm aware that the task can be done with the use of web services and JDBC. But I can't figure out how this should be done

halfer
  • 19,824
  • 17
  • 99
  • 186
TeshEms
  • 19
  • 1
  • 3

1 Answers1

0

Prefer URL :

Android Web Service Tutorial

For .net webservice :

http://sarangasl.blogspot.in/2011/10/android-web-service-access-tutorial.html

Community
  • 1
  • 1
Kels
  • 674
  • 1
  • 5
  • 21