https://github.com/cryptomcgrath/blueflux
Ultra lightweight flux like UDF framework for Android
https://github.com/cryptomcgrath/blueflux
Last synced: 8 months ago
JSON representation
Ultra lightweight flux like UDF framework for Android
- Host: GitHub
- URL: https://github.com/cryptomcgrath/blueflux
- Owner: cryptomcgrath
- License: apache-2.0
- Created: 2020-03-28T19:10:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-05T18:25:06.000Z (over 1 year ago)
- Last Synced: 2025-02-28T20:51:34.422Z (over 1 year ago)
- Language: Kotlin
- Size: 152 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# blueflux
Ultra lightweight "flux like UDF toolkit" for Android uses Kotlin and rxjava2.
I used the word "toolkit" rather than "framework" because blueflux does not rigidly require you to really do anything. It is simply a set of lightweight interfaces and classes that facilitate using an UDF architecture within an Android application.
There is no overarching framework and blueflux can be leveraged for just a single Fragment, or a single Activity, or if you want, several Fragments and Activities together. The beauty is that it does not force any requirements upon your application as a whole. Use it as little or as much as you see fit. The if, where, how, and why are completely flexible and up to you and your creativity.