Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	README.md
  • Loading branch information
LloydBlv committed Feb 23, 2024
2 parents c120b64 + 731fa3c commit 7c883c9
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# FlickrSearch
This is a sample app using Flickr API and Jetpack components (LiveData, ViewModel, ...).

# 📸 FlickrSearch
[![Android CI](https://github.com/LloydBlv/FlickrSearch/actions/workflows/android.yml/badge.svg)](https://github.com/LloydBlv/FlickrSearch/actions/workflows/android.yml)

The purpose of this app is to try new Android technologies and learn how it works and how it can be used in an app.
This is a sample app using Flickr API and Jetpack components (LiveData, ViewModel, ...).

The purpose of this app is to try new Android technologies and learn how it works and how it can be used in an app.

## Used Libraries
- [LiveData](https://developer.android.com/topic/libraries/architecture/livedata) (Observable data)
- [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel) (Store and manage UI-related data)
- [Kotlin Coroutine](https://github.com/Kotlin/kotlinx.coroutines) (Light-weight threads)
- [Dagger-Hilt](https://dagger.dev/hilt/) (DI)
- [Moshi](https://github.com/square/moshi) (Modern Json library for Android)
- [Retrofit](https://github.com/square/retrofit) (HTTP client)
- [Ktx](https://developer.android.com/kotlin/ktx) (Kotlin extension)
- [Timber](https://github.com/JakeWharton/timber) (To log in LogCat)
- [Okhttp-logging-interceptor](https://github.com/square/okhttp/tree/master/okhttp-logging-interceptor) (Request logging and more)
## 📚 Used Libraries
- 🌐 [LiveData](https://developer.android.com/topic/libraries/architecture/livedata) (Observable data)
- 🖥️ [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel) (Store and manage UI-related data)
- [Kotlin Coroutine](https://github.com/Kotlin/kotlinx.coroutines) (Light-weight threads)
- 🛠️ [Dagger-Hilt](https://dagger.dev/hilt/) (DI)
- 📄 [Moshi](https://github.com/square/moshi) (Modern Json library for Android)
- 🌍 [Retrofit](https://github.com/square/retrofit) (HTTP client)
- 📖 [Ktx](https://developer.android.com/kotlin/ktx) (Kotlin extension)
- 🪵 [Timber](https://github.com/JakeWharton/timber) (To log in LogCat)
- 🚀 [Okhttp-logging-interceptor](https://github.com/square/okhttp/tree/master/okhttp-logging-interceptor) (Request logging and more)

0 comments on commit 7c883c9

Please sign in to comment.