Some helper code for Android app development.
AndroidUtils
helper methods to- check for Android version (like
AndroidUtils.isLollipopOrHigher()
), - an active or unmetered network connection,
- external storage state availability.
- check for Android version (like
GenericSimpleLoader
offers a basicAsyncTaskLoader
implementation to load simple objects or a list of objects.- Note: new code should probably use ViewModel and LiveData or Kotlin Flows instead.
This library is available on Maven Central.
implementation("com.uwetrottmann.androidutils:androidutils:4.0.0")
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.