An Android App for Database Server.
DataServer is hosted in the following web site
https://github.com/XuefengZhai/DataServer
If you think the Android project DataServer listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of DataServer.
Item | Value |
---|---|
Java File Count | 9 |
Activity Count | 1 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
DataServer has the following Java source files.
com.cmu.as.app.DataService.java com.cmu.as.dblayout.DBHelper.java com.cmu.as.entities.appointment.Appointment.java com.cmu.as.entities.appointment.AppointmentInterface.java com.cmu.as.entities.doctor.Doctor.java com.cmu.as.entities.doctor.DoctorInterface.java com.cmu.as.entities.patient.Patient.java com.cmu.as.entities.patient.PatientInterface.java com.cmu.as.socket.ServerThread.java