gears-android
gears-android copied to clipboard
Small though useful libraries to build Android apps
Redmadrobot Android KTX
Missing Android KTX extensions.
:exclamation: It is not replacement of Android KTX, it is just additional extensions and delegates that we found useful.
- Modules
- Versioning
- Contribution
- License
Modules
Module's pages contain README with detailed description of module.
-
- 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
Versioning
Versions of modules contains two parts separated with -
(dash).
First part is version of androidx library, and second - version of module starting from 0.
When first part of version increased, second part should be set to 0.
com.redmadrobot.extensions:fragment-args-ktx:2.2.0-0
-
2.2.0
- version ofandroidx.fragment:fragment
-
0
- version of extensions. First version of extensions forfragment:2.2.0
Contribution
Merge requests are welcome. For major changes, please open a discussion first to discuss what you would like to change.
License
MIT