RxPermissions
Android runtime permissions powered by RxJava2 (by tbruyelle)
Coil
Image loading for Android and Compose Multiplatform. (by coil-kt)
RxPermissions | Coil | |
---|---|---|
2 | 12 | |
10,475 | 11,295 | |
- | 1.2% | |
0.0 | 9.5 | |
about 3 years ago | 8 days ago | |
Java | Kotlin | |
Apache License 2.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
RxPermissions
Posts with mentions or reviews of RxPermissions.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-04-08.
-
[Question][Kotlin] Dexter Runtime Permissions development has stopped, whats the alternative?
RxPermissions: https://github.com/tbruyelle/RxPermissions
-
What are the most common used (3rd party) libraries and frameworks used in Android development?
Permissions are generally a pain, but I've used PermissionsDispatcher, EasyPermissions, and RxPermissions at various times
Coil
Posts with mentions or reviews of Coil.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-03-31.
- 안드로이드 앱의 API 응답 캐싱
- 2025년에 안드로이드 앱을 만들기
-
Top 10 Essential Tools for Android Development
Coil is a fast, lightweight image-loading library for Android apps. Built with Kotlin, it simplifies image handling within apps by loading, caching, and displaying images efficiently. Coil integrates well with Kotlin Coroutines, making it a great choice for modern Android development.
-
Coil and Ktor in Kotlin Multiplatform Compose project
Coil 3.0 https://coil-kt.github.io/coil/
- How to convert a bitmap to circular shaped in compose , canvas.drawBitmap() is throwing exception in android 11
-
Simple RSS Feed Reader - Jetpack Compose
For image loading, I used the rememberImagePainter() composable function from the coil image loading library.
-
Coil 2.0 is out now
Unfortunately there is still no support for applying transformations to placeholders 😞
-
Best way to fadein image views in a recyclerview?
You can also take a look at Coil, Picasso or Glide which usually have some kind of crossfade animation when the image loads.
-
Implementing Jetpack Compose + Orbit MVI
Name Link Koin https://insert-koin.io Jetpack Compose https://developer.android.com/jetpack/compose Navigation Compose https://developer.android.com/jetpack/compose/navigation Orbit MVI https://orbit-mvi.org Coil https://coil-kt.github.io/coil/ Room https://developer.android.com/training/data-storage/room?hl=ja Kotlin-Serialiazation https://github.com/Kotlin/kotlinx.serialization PokemonGO-Pokedex https://github.com/Biuni/PokemonGO-Pokedex
-
What are the most common used (3rd party) libraries and frameworks used in Android development?
Image loading: Glide, Picasso, Coil, Fresco
What are some alternatives?
When comparing RxPermissions and Coil you can also consider the following projects:
Permission Dispatcher - A declarative API to handle Android runtime permissions.
glide - An image loading and caching library for Android focused on smooth scrolling
EasyPermissions - Simplify Android M system permissions
Picasso - A powerful image downloading and caching library for Android
NoPermission - Android library for permissions request (updated 27.11.2017)
Fresco - An Android library for managing images and the memory they use.