https://github.com/garrettmac/clientsideappointmentscheduler
https://github.com/garrettmac/clientsideappointmentscheduler
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/garrettmac/clientsideappointmentscheduler
- Owner: garrettmac
- Created: 2015-04-27T07:11:31.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-01T00:47:02.000Z (about 11 years ago)
- Last Synced: 2024-10-06T01:23:20.031Z (almost 2 years ago)
- Language: Java
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ClientSideAppointmentScheduler
This project operates within a multitheaded client-server enviorment. This is the client side android application
and will send and return appointment infromation once requested from server where the appointments are set.
There are two server-side desktop applications this works in parrallel with. On is mulitheaded
"ServerSideAppointmentScheduler_MultiThreaded" and the other is not
"ServerSideAppointmentScheduler_Non-MultiThreaded"
The Clientside is not multitheaded. The updated message for the available appointment will not display until the
day selector is selected. The mulithead implementation on the client-side are returning Void in the Async