Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edofarrell/doctor-appointment-management-system
Mobile Android Application - Doctor's Appointment Management System
https://github.com/edofarrell/doctor-appointment-management-system
android-application java mobile-development mvp-architecture sqlite
Last synced: 4 days ago
JSON representation
Mobile Android Application - Doctor's Appointment Management System
- Host: GitHub
- URL: https://github.com/edofarrell/doctor-appointment-management-system
- Owner: edofarrell
- Created: 2022-10-12T01:11:50.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-11T14:20:00.000Z (4 months ago)
- Last Synced: 2024-07-12T11:54:11.341Z (4 months ago)
- Topics: android-application, java, mobile-development, mvp-architecture, sqlite
- Language: Java
- Homepage:
- Size: 236 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Doctor's Appointment Management System
## About the Project
The project involves developing an Android mobile application to manage appointments between doctors and patients.
The application is used by hospital staff to perform these tasks:
- Manage doctors data.
- Call doctors
- Manage appointments, including marking appointments as done.> This is the mid-term project for the "Mobile Programming" course. Project goals included implementing concepts of Adapter, Fragment, Storage, and Intent learned up until this point.
## Technologies
Java, SQLite, Model-View-Presenter(architecture)## Contributors
The project was completed by a team of two people:
- Alexander Bleuvito Fevrier (https://github.com/bleuvito)
- Edo Farrell Haryanto (https://github.com/edofarrell)