From 731fa3c8a0a6017952bbc9b4ffb977076e3ecbdb Mon Sep 17 00:00:00 2001 From: Reza Najafi Date: Fri, 23 Feb 2024 09:45:27 +0100 Subject: [PATCH] Update README.md --- README.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index f5f4cee..7929a15 100644 --- a/README.md +++ b/README.md @@ -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)