AndroidUtils
Little helpers for Android development.
Install / Use
/learn @UweTrottmann/AndroidUtilsREADME
AndroidUtils
Some helper code for Android app development.
AndroidUtilshelper methods to- check for Android version (like
AndroidUtils.isLollipopOrHigher()), - an active or unmetered network connection,
- external storage state availability.
- check for Android version (like
GenericSimpleLoaderoffers a basicAsyncTaskLoaderimplementation to load simple objects or a list of objects.- Note: new code should probably use ViewModel and LiveData or Kotlin Flows instead.
Usage
This library is available on Maven Central.
<a href="https://search.maven.org/search?q=com.uwetrottmann.androidutils"><img src="https://img.shields.io/maven-central/v/com.uwetrottmann.androidutils/androidutils.svg?style=flat-square"></a>
implementation("com.uwetrottmann.androidutils:androidutils:4.0.0")
License
This work by Uwe Trottmann is licensed under the Apache License 2.0.
Contributors and changes are tracked by Git.
Do not just copy, make it better.
