-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
57 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# Gears :gear: | ||
|
||
[![Build Status](https://img.shields.io/github/actions/workflow/status/RedMadRobot/gears-android/main.yml?branch=main&style=flat-square)][ci] | ||
[![License](https://img.shields.io/github/license/RedMadRobot/gears-android?style=flat-square)][license] | ||
|
||
**Gears** — small libraries used in red_mad_robot to build awesome Android applications. | ||
Gears could be used together or alone. | ||
|
||
--- | ||
<!-- START doctoc generated TOC please keep comment here to allow auto update --> | ||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> | ||
|
||
- [Libraries](#libraries) | ||
- [Contribution](#contribution) | ||
- [License](#license) | ||
|
||
<!-- END doctoc generated TOC please keep comment here to allow auto update --> | ||
|
||
## Libraries | ||
|
||
> [!TIP] | ||
> Click on a badge to open library documentation. | ||
- :hammer_and_wrench: [red_mad_robot Android KTX](ktx/): | ||
- [![Version](https://img.shields.io/maven-central/v/com.redmadrobot.extensions/core-ktx?style=flat-square&label=core-ktx)][core-ktx] - Extensions in addition to androidx core-ktx | ||
- [![Version](https://img.shields.io/maven-central/v/com.redmadrobot.extensions/fragment-ktx?style=flat-square&label=fragment-ktx)][fragment-ktx] - A set of extensions in addition to androidx fragment-ktx | ||
- [![Version](https://img.shields.io/maven-central/v/com.redmadrobot.extensions/fragment-args-ktx?style=flat-square&label=fragment-args-ktx)][fragment-args-ktx] - Delegates for safe dealing with fragments' arguments | ||
- [![Version](https://img.shields.io/maven-central/v/com.redmadrobot.extensions/lifecycle-livedata-ktx?style=flat-square&label=lifecycle-livedata-ktx)][lifecycle-livedata-ktx] - Extended set of extensions for dealing with `LiveData` | ||
- [![Version](https://img.shields.io/maven-central/v/com.redmadrobot.extensions/resources-ktx?style=flat-square&label=resources-ktx)][resources-ktx] - A set of extensions for accessing resources | ||
- [![Version](https://img.shields.io/maven-central/v/com.redmadrobot.extensions/viewbinding-ktx?style=flat-square&label=viewbinding-ktx)][viewbinding-ktx] - A set of extensions for dealing with ViewBinding | ||
|
||
## Contribution | ||
|
||
Merge requests are welcome. | ||
For major changes, please open a [discussion][discussions] first to discuss what you would like to change. | ||
|
||
## License | ||
|
||
[MIT][license] | ||
|
||
[core-ktx]: ktx/core-ktx/ | ||
[fragment-ktx]: ktx/fragment-ktx/ | ||
[fragment-args-ktx]: ktx/fragment-args-ktx/ | ||
[lifecycle-livedata-ktx]: ktx/lifecycle-livedata-ktx/ | ||
[resources-ktx]: ktx/resources-ktx/ | ||
[viewbinding-ktx]: ktx/viewbinding-ktx/ | ||
[license]: LICENSE | ||
|
||
[ci]: https://github.com/RedMadRobot/gears-android/actions | ||
[discussions]: https://github.com/RedMadRobot/gears-android/discussions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters