This is a small lib for my android applications. The purpose of this lib is to keep the whole boilerplate code together and maintain it in a central place.
Min api is 15.
- Add the package information from the Github Package to your
build.gradle
- add the following repository to yours.
repositories {
maven {
url = "https://maven.pkg.github.com/mbudget0x01/supportlib"
credentials {
username = 'YourUserName'
//This key is public until there is another solution
password = 'get token from pkg description'
}
}
}
There is a Changelog available: Link
Here ou see some classes which need explanation
Containing Classes to handle AppWidgets.
The AppWidgetCoordinator
distributes callbacks to all subscribed classes.
You can send Callbacks by using AppWidgetCoordinator.sendOnPropertyChanged(context, property)
.
This holds some ready to use Classes covering most use-cases. See Javadoc for mor information.
This package holds some custom androidx.preferences
integrated RingtonePicker, IntValue as Input etc...