Gears – small libraries used in red_mad_robot to build awesome Android applications. Gears could be used together or alone.
⚙️ Gears
- — Extensions in addition to androidx core-ktx
- — A set of extensions in addition to androidx fragment-ktx
- — Delegates for safe dealing with fragments' arguments
- — Extended set of extensions for dealing with
LiveData
- — A set of extensions for accessing resources
- — A set of extensions for dealing with ViewBinding
- — A set of extensions for dealing with ViewModelEvents inside
@Composable
functions - — An implementation of ViewModelEvents via
Flow
- — An implementation of ViewModelEvents via
LiveData
A couple of extensions to convert long operations into Flow<Result<T>>
.
The goal of this mono-repository is to simplify the creation and publication of libraries. These libraries, which we're calling "gears," are small but important parts of our tech stack that we want to share between our projects.
Libraries may be initially developed here and then moved out from this repository as part of their lifecycle. Large libraries or those with unique build infrastructure should be moved into a separate repository.
Merge requests are welcome. For major changes, open a discussion first to discuss what you would like to change.