SkillAgentSearch skills...

AndroidUtils

Little helpers for Android development.

Install / Use

/learn @UweTrottmann/AndroidUtils
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

AndroidUtils

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.
  • GenericSimpleLoader offers a basic AsyncTaskLoader implementation to load simple objects or a list of objects.

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.

View on GitHub
GitHub Stars36
CategoryDevelopment
Updated2y ago
Forks9

Languages

Kotlin

Security Score

75/100

Audited on Jan 12, 2024

No findings