Skip to content

RedMadRobot/gears-android

Repository files navigation

Gears ⚙️

Build Status License

Gears — small libraries used in red_mad_robot to build awesome Android applications. Gears could be used together or alone.


Libraries

  • Version - Extensions in addition to androidx core-ktx
  • Version - A set of extensions in addition to androidx fragment-ktx
  • Version - Delegates for safe dealing with fragments' arguments
  • Version - Extended set of extensions for dealing with LiveData
  • Version - A set of extensions for accessing resources
  • Version - A set of extensions for dealing with ViewBinding

Why Gears?

The goal of this monorepository is to simplify creation and publication of libraries. These libraries, which we are 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.

Contribution

Merge requests are welcome. For major changes, please open a discussion first to discuss what you would like to change.

License

MIT