https://github.com/alextselegidis/easyappointments-mobile-client
📅 Mobile client for Easy!Appointments Web Appointment Scheduler
https://github.com/alextselegidis/easyappointments-mobile-client
android client easyappointments rest-api scheduler
Last synced: 3 months ago
JSON representation
📅 Mobile client for Easy!Appointments Web Appointment Scheduler
- Host: GitHub
- URL: https://github.com/alextselegidis/easyappointments-mobile-client
- Owner: alextselegidis
- License: gpl-3.0
- Created: 2017-04-20T08:25:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-09-09T06:36:33.000Z (almost 6 years ago)
- Last Synced: 2025-04-15T00:32:36.407Z (about 1 year ago)
- Topics: android, client, easyappointments, rest-api, scheduler
- Language: Java
- Homepage: https://easyappointments.org
- Size: 32 MB
- Stars: 50
- Watchers: 19
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Easy!Appointments - Android Client
> This document is a work in progress.
Android application for the [Easy!Appointments](https://github.com/alextselegidis/easyappointments) scheduling system.
# Goal
This application is designed for a mobility simple management of the Easy!Appointments system.
# Guide lines
- Android best practices
- Material design
- Simplicity
- Support from API 16 (Android 4.1)
- Unit test appreciate
- Participation :)
# Software and libraries
- Android Studio (https://developer.android.com/studio/index.html)
- Database: ActiveAndroid (https://github.com/pardom/ActiveAndroid)
- Call REST API: Retrofit (https://github.com/square/retrofit)