SgtSilvio / android-retrofixLinks
Backports Java 8 APIs (java.util.Optional, java.util.function, java.util.stream, java.util.concurrent.CompletableFuture, java.time) to Android below API 24 (Android 7.0 Nougat)
☆67Updated 2 weeks ago
Alternatives and similar repositories for android-retrofix
Users that are interested in android-retrofix are comparing it to the libraries listed below
Sorting:
- Backport of Java 9 (JEP 266) CompletableFuture API for Android Studio 3.x D8 / desugar toolchain, forked from https://github.com/stefan-z…☆65Updated 2 years ago
- Freeing up memory used by old Kotlin and Gradle Daemons☆31Updated last week
- Lint rules for android. Checked Exceptions for kotlin.☆16Updated 3 years ago
- View.viewScope is a CoroutineScope tied to a View. This scope will be canceled when the view is detached from a window.☆20Updated 5 years ago
- Easy and consistent setup of static analysis tools for Android and Java projects.☆69Updated 3 years ago
- Kotlin wrapper around SpannableStringBuilder to bring modern API☆106Updated 6 years ago
- Automatically use trusted certificates from the operating system keystore (Keychain on macOS, Certificate Store on Windows) with OkHttp☆28Updated this week
- A Retrofit CallAdapter.Factory for transparent logging.