android-util
net.morimekta.utils
net.morimekta.utils:android-util is a Maven Central artifact (jar) for the JVM. It has 58 published versions. Browse versions below for dependency snippets and security details.
Add to your project2.5.0
<dependency>
<groupId>net.morimekta.utils</groupId>
<artifactId>android-util</artifactId>
<version>2.5.0</version>
</dependency>Version Details — 2.5.0
Utility classes mimicking classes from android.os and android.net.morimekta.util that does not really require an android phone to run. Created to facilitate testing and usage of android compatible libraries without having to run it on an actual phone. Note that android.os.Parcel and android.os.Bundle only supports a subset of it's original interface as these parts actually are dependent on the native phone library to work properly, or they have no real need on modern phones / outside android.