ASimpleCache
apk-parser
DISCONTINUED
Our great sponsors
ASimpleCache | apk-parser | |
---|---|---|
0 | 2 | |
3,655 | 931 | |
- | - | |
0.0 | 2.5 | |
almost 2 years ago | over 1 year ago | |
Java | Java | |
Apache License 2.0 | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ASimpleCache
We haven't tracked posts mentioning ASimpleCache yet.
Tracking mentions began in Dec 2020.
apk-parser
-
SimpleInstaller Android library
2&3. I see. Sadly the Android framework can't parse split APK files. This is why there are some other libraries. Sadly what I consider as the most intuitive, comfortable, and light (apk parser, which I forked here to solve some of its issues) is not being maintained anymore. Do you know of a nice alternative to it?
-
Which Java libraries would benefit from being Kotlin-ified?
In that case, why not take some abandoned library and re-publish it, making other people contribute to it? Example is this one which I've forked from here. It's a library to parse APK files without using the Android framework to do so. I used it on my own app (here) as it has advantages over what Android offers. Sadly it's archived and won't be updated anymore.
What are some alternatives?
secure-preferences - Android Shared preference wrapper than encrypts the values of Shared Preferences. It's not bullet proof security but rather a quick win for incrementally making your android app more secure.
greenrobot-common - General purpose utilities and hash functions for Android and Java (aka java-common)
Byte Buddy - Runtime code generation for the Java virtual machine.
AutobahnAndroid - WebSocket & WAMP in Java for Android and Java 8
redux - Predictable state container for JavaScript apps
android_dbinspector - Android library for viewing, editing and sharing in app databases.
joda-time-android - Joda-Time library with Android specialization
easydeviceinfo - :iphone: [Android Library] Get device information in a super easy way.
smoothie
Android-Validator - Form Validator Library for Android
StatusBarUtil - A util for setting status bar style on Android App.
ExpirableDiskLruCache - Java implementation of a Disk-based LRU cache which specifically targets Android compatibility.