An open API service indexing awesome lists of open source software.

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

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;