diff --git a/README.md b/README.md index 105bf3b7..6fffb06d 100644 --- a/README.md +++ b/README.md @@ -73,13 +73,13 @@ CameraX is an addition to Jetpack that makes it easier to add camera capabilitie ### [LiveData](https://developer.android.com/topic/libraries/architecture/livedata) LiveData is an observable data holder class. Unlike a regular observable, LiveData is lifecycle-aware, meaning it respects the lifecycle of other app components, such as activities, fragments, or services. This awareness ensures LiveData only updates app component observers that are in an active lifecycle state. -### [Glide](https://github.com/bumptech/glide) -Glide is a fast and efficient open source media management and image loading framework for Android that wraps media decoding, memory and disk caching, and resource pooling into a simple and easy to use interface. +### [Coil](https://coil-kt.github.io/coil/) +An image loading library for Android backed by Kotlin Coroutines. ### [AboutLibraries](https://github.com/mikepenz/AboutLibraries) Collects all dependency details including licenses at compile time, and offers simple APIs to visualize these in the app. -### Security +## Security ### [Jetpack Security](https://developer.android.com/jetpack/androidx/releases/security) Safely manage keys and encrypt files and sharedpreferences.