Skip to content

RedMadRobot/redmadrobot-android-ktx

Repository files navigation

Redmadrobot Android KTX

Build Status License

Missing Android KTX extensions.

❗ It is not replacement of Android KTX, it is just additional extensions and delegates that we found useful.


Modules

Module's pages contain README with detailed description of module.

  • 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

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 of androidx.fragment:fragment
  • 0 - version of extensions. First version of extensions for fragment: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