https://github.com/janishar/post-office-simulator-looper-example
This Android project simulates a Post Office using HandlerThread
https://github.com/janishar/post-office-simulator-looper-example
Last synced: 2 months ago
JSON representation
This Android project simulates a Post Office using HandlerThread
- Host: GitHub
- URL: https://github.com/janishar/post-office-simulator-looper-example
- Owner: janishar
- Created: 2016-12-31T16:33:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-09T09:05:42.000Z (over 1 year ago)
- Last Synced: 2025-04-14T10:06:23.013Z (2 months ago)
- Language: Java
- Size: 111 KB
- Stars: 112
- Watchers: 6
- Forks: 26
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
###This Android project uses Looper, Handler, and HandlerThread to simulate a Post Office. The Simulation creates few BOTs who communicates among themselves using PostOffice. The communication feed is displayed live using RecyclerView.
- Clone, build and run to get most out of it.
![]()
# About The Author
You can connect with me here:
* [Janishar Ali](https://janisharali.com)
* [Twitter](https://twitter.com/janisharali)
* [YouTube Channel](https://www.youtube.com/@unusualcode)