Android Open Source - App service SymptonManagementBeta






Project Summary

Sympton Management Beta Version it's an Android app and a Java Spring-based service..

Web Site / Source Repository

SymptonManagementBeta is hosted in the following web site
https://github.com/MiguelMaciel/SymptonManagementBeta

If you think the Android project SymptonManagementBeta listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of SymptonManagementBeta.

ItemValue
Java File Count110
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version19
Minimum SDK Version8
Activity Count16
Fragment Count9
jar files usedandroid-support-v4.jar
butterknife-5.1.2.jar
commons-io-2.4.jar
gson-2.3.jar
guava-17.0.jar
retrofit-1.6.1.jar
Required Permissionsandroid.permission.CAMERA
android.permission.INTERNET
android.permission.VIBRATE
android.permission.WRITE_EXTERNAL_STORAGE




Resource Files

There are 20 image files in SymptonManagementBeta. The names of the image files are listed as follows.

ic_action_accept.png
ic_action_add.png
ic_action_alarm.png
ic_action_calendar.png
ic_action_camera.png
ic_action_cancel.png
ic_action_chat.png
ic_action_delete.png
ic_action_doctor.png
ic_action_edit.png
ic_action_finduser.png
ic_action_list.png
ic_action_manual.png
ic_action_medication.png
ic_action_medicine.png
ic_action_person.png
ic_action_refresh.png
ic_action_rod_of_asclepius.png
ic_action_save.png
ic_alarmingsymptons.png

The following screenshort is generated from the image listed above.

null




Java Source Files

SymptonManagementBeta has the following Java source files.

miguelmaciel.capstone.adapters.AdaptorAlarmTime.java
miguelmaciel.capstone.adapters.AdaptorAlarmingSymptons.java
miguelmaciel.capstone.adapters.AdaptorAlertMedication.java
miguelmaciel.capstone.adapters.AdaptorChat.java
miguelmaciel.capstone.adapters.AdaptorCheckIn.java
miguelmaciel.capstone.adapters.AdaptorCheckInMedication.java
miguelmaciel.capstone.adapters.AdaptorDoctor.java
miguelmaciel.capstone.adapters.AdaptorMedication.java
miguelmaciel.capstone.adapters.AdaptorMedicine.java
miguelmaciel.capstone.adapters.AdaptorMissedCheckIn.java
miguelmaciel.capstone.adapters.AdaptorPatient.java
miguelmaciel.capstone.adapters.AlarmTimes.java
miguelmaciel.capstone.adapters.CheckInReceiver.java
miguelmaciel.capstone.database.DbHelper.java
miguelmaciel.capstone.database.SymptonProvider.java
miguelmaciel.capstone.doctors.DoctorHomepage.java
miguelmaciel.capstone.doctors.DoctorPatientFile.java
miguelmaciel.capstone.doctors.DoctorProfileData.java
miguelmaciel.capstone.oauth.SecuredRestBuilder.java
miguelmaciel.capstone.oauth.SecuredRestException.java
miguelmaciel.capstone.patients.PatientAlarmConfigurations.java
miguelmaciel.capstone.patients.PatientCheckInList.java
miguelmaciel.capstone.patients.PatientHomepage.java
miguelmaciel.capstone.patients.PatientListOfDoctors.java
miguelmaciel.capstone.patients.PatientProfileData.java
miguelmaciel.capstone.repositorys.AlarmingSymptons.java
miguelmaciel.capstone.repositorys.AlertMedication.java
miguelmaciel.capstone.repositorys.Chat.java
miguelmaciel.capstone.repositorys.CheckIn.java
miguelmaciel.capstone.repositorys.CheckInMedication.java
miguelmaciel.capstone.repositorys.Doctor.java
miguelmaciel.capstone.repositorys.DoctorPatients.java
miguelmaciel.capstone.repositorys.Medication.java
miguelmaciel.capstone.repositorys.Medicine.java
miguelmaciel.capstone.repositorys.Patient.java
miguelmaciel.capstone.services.AlarmingSymptonsSvc.java
miguelmaciel.capstone.services.AlarmingSymptonsSvcApi.java
miguelmaciel.capstone.services.AlertMedicationSvc.java
miguelmaciel.capstone.services.AlertMedicationSvcApi.java
miguelmaciel.capstone.services.ChatSvc.java
miguelmaciel.capstone.services.ChatSvcApi.java
miguelmaciel.capstone.services.CheckInMedicationSvc.java
miguelmaciel.capstone.services.CheckInMedicationSvcApi.java
miguelmaciel.capstone.services.CheckInSvc.java
miguelmaciel.capstone.services.CheckInSvcApi.java
miguelmaciel.capstone.services.DoctorPatientsSvc.java
miguelmaciel.capstone.services.DoctorPatientsSvcApi.java
miguelmaciel.capstone.services.DoctorSvc.java
miguelmaciel.capstone.services.DoctorSvcApi.java
miguelmaciel.capstone.services.MedicationSvc.java
miguelmaciel.capstone.services.MedicationSvcApi.java
miguelmaciel.capstone.services.MedicineSvc.java
miguelmaciel.capstone.services.MedicineSvcApi.java
miguelmaciel.capstone.services.PatientSvc.java
miguelmaciel.capstone.services.PatientSvcApi.java
miguelmaciel.capstone.symptonmanagement.Authentication.java
miguelmaciel.capstone.symptonmanagement.ChatCenter.java
miguelmaciel.capstone.symptonmanagement.CheckInActivity.java
miguelmaciel.capstone.symptonmanagement.CheckInMedicationActivity.java
miguelmaciel.capstone.symptonmanagement.CheckInMessage.java
miguelmaciel.capstone.symptonmanagement.CheckInQuestions.java
miguelmaciel.capstone.symptonmanagement.MedicationData.java
miguelmaciel.capstone.symptonmanagement.MedicineList.java
miguelmaciel.capstone.unsafe.EasyHttpClient.java
miguelmaciel.capstone.utils.CallableTask.java
miguelmaciel.capstone.utils.TaskCallback.java
miguelmaciel.capstone.utils.Utils.java
org.magnum.sympton.Application.java
org.magnum.sympton.auth.ClientAndUserDetailsService.java
org.magnum.sympton.auth.OAuth2SecurityConfiguration.java
org.magnum.sympton.auth.User.java
org.magnum.sympton.client.AlarmTimesSvcApi.java
org.magnum.sympton.client.AlarmingSymptonsSvcApi.java
org.magnum.sympton.client.AlertMedicationSvcApi.java
org.magnum.sympton.client.ChatSvcApi.java
org.magnum.sympton.client.CheckInMedicationSvcApi.java
org.magnum.sympton.client.CheckInSvcApi.java
org.magnum.sympton.client.DoctorPatientsSvcApi.java
org.magnum.sympton.client.DoctorSvcApi.java
org.magnum.sympton.client.MedicationSvcApi.java
org.magnum.sympton.client.MedicineSvcApi.java
org.magnum.sympton.client.PatientSvcApi.java
org.magnum.sympton.client.SecuredRestBuilder.java
org.magnum.sympton.client.SecuredRestException.java
org.magnum.sympton.client.SystemPrefsSvcApi.java
org.magnum.sympton.json.ResourcesMapper.java
org.magnum.sympton.repository.AlarmTimes.java
org.magnum.sympton.repository.AlarmTimesRepository.java
org.magnum.sympton.repository.AlarmingSymptons.java
org.magnum.sympton.repository.AlarmingSymptonsRepository.java
org.magnum.sympton.repository.AlertMedication.java
org.magnum.sympton.repository.AlertMedicationRepository.java
org.magnum.sympton.repository.Chat.java
org.magnum.sympton.repository.ChatRepository.java
org.magnum.sympton.repository.CheckIn.java
org.magnum.sympton.repository.CheckInMedication.java
org.magnum.sympton.repository.CheckInMedicationRepository.java
org.magnum.sympton.repository.CheckInRepository.java
org.magnum.sympton.repository.Doctor.java
org.magnum.sympton.repository.DoctorPatients.java
org.magnum.sympton.repository.DoctorPatientsRepository.java
org.magnum.sympton.repository.DoctorRepository.java
org.magnum.sympton.repository.Medication.java
org.magnum.sympton.repository.MedicationRepository.java
org.magnum.sympton.repository.Medicine.java
org.magnum.sympton.repository.MedicineRepository.java
org.magnum.sympton.repository.Patient.java
org.magnum.sympton.repository.PatientRepository.java
org.magnum.sympton.repository.SystemPrefs.java
org.magnum.sympton.repository.SystemPrefsRepository.java