https://github.com/archinamon/persefone
Custom overhaul support helper library
https://github.com/archinamon/persefone
Last synced: 10 months ago
JSON representation
Custom overhaul support helper library
- Host: GitHub
- URL: https://github.com/archinamon/persefone
- Owner: Archinamon
- License: apache-2.0
- Created: 2014-08-06T16:57:37.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-24T08:30:04.000Z (over 11 years ago)
- Last Synced: 2025-09-07T15:43:13.551Z (11 months ago)
- Language: Java
- Size: 1.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Persefone
=========
Custom overhaul support helper library
=========
Some of usefull snipets performed in this lib:
* Revamped Service binder structure and lifecycle to gain control over existing and running services;
* Tips and frequently needed workaround with some Activity / Fragment / Service / BroadcastReceiver native features to reduce production code time and length;
* Prepared custom Signal mechanism to observe and control all stages of remote AsyncTask lifecycle and produce custom exception/success events throw the SignalSequencer;
* Thread-safe mechanism to bind and process sync/async Runnables to modify and reflect over UI thread via RunnableSequencer;