Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
youndon authored Apr 15, 2023
1 parent a21450e commit 52b3a9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 52b3a9b

Please sign in to comment.