From 52b3a9b55db7ebcff2b14272cc313ec3f0332913 Mon Sep 17 00:00:00 2001 From: yon-don <34891176+youndon@users.noreply.github.com> Date: Sat, 15 Apr 2023 03:22:52 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.