-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2f533db
commit f7ca6cb
Showing
1 changed file
with
7 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,24 +16,18 @@ heart. | |
|
||
### Android Libraries | ||
|
||
- **UI Components: | ||
** [AndroidX Core KTX](https://developer.android.com/jetpack/androidx/releases/core) | [Material Components for Android](https://github.com/material-components/material-components-android) | [Compose UI](https://developer.android.com/jetpack/androidx/releases/compose-ui) | ||
- **Testing: | ||
** [JUnit](https://junit.org/junit5/) | [MockK](https://mockk.io/) | [Turbine](https://github.com/cashapp/turbine) | ||
- **Dependency Injection: | ||
** [Hilt](https://developer.android.com/training/dependency-injection/hilt-android) | ||
- **UI Components:** [AndroidX Core KTX](https://developer.android.com/jetpack/androidx/releases/core) | [Material Components for Android](https://github.com/material-components/material-components-android) | [Compose UI](https://developer.android.com/jetpack/androidx/releases/compose-ui) | ||
- **Testing:** [JUnit](https://junit.org/junit5/) | [MockK](https://mockk.io/) | [Turbine](https://github.com/cashapp/turbine) | ||
- **Dependency Injection:** [Hilt](https://developer.android.com/training/dependency-injection/hilt-android) | ||
- **Coroutines:** [Kotlin Coroutines](https://kotlinlang.org/docs/coroutines-overview.html) | ||
- **Networking:** [Retrofit](https://square.github.io/retrofit/) | ||
- **Image Loading:** [Coil](https://coil-kt.github.io/coil/) | ||
|
||
### Compose Libraries | ||
|
||
- **UI Components: | ||
** [Material3](https://developer.android.com/jetpack/androidx/releases/compose-material3) | [Compose UI](https://developer.android.com/jetpack/androidx/releases/compose-ui) | ||
- **Navigation: | ||
** [Navigation Compose](https://developer.android.com/jetpack/androidx/releases/navigation) | [Hilt Navigation Compose](https://developer.android.com/training/dependency-injection/hilt-android#navigation-compose) | ||
- **Material Design: | ||
** [Material Components for Android](https://github.com/material-components/material-components-android) | ||
- **UI Components:** [Material3](https://developer.android.com/jetpack/androidx/releases/compose-material3) | [Compose UI](https://developer.android.com/jetpack/androidx/releases/compose-ui) | ||
- **Navigation:** [Navigation Compose](https://developer.android.com/jetpack/androidx/releases/navigation) | [Hilt Navigation Compose](https://developer.android.com/training/dependency-injection/hilt-android#navigation-compose) | ||
- **Material Design:** [Material Components for Android](https://github.com/material-components/material-components-android) | ||
|
||
## Screenshots | ||
|
||
|
@@ -89,4 +83,4 @@ PurrfectPics is licensed under the [MIT License](LICENSE). | |
## About | ||
|
||
PurrfectPics is developed and maintained by [Manuel Nuñez](mailto:[email protected]). For | ||
inquiries, please contact [[email protected]]. | ||
inquiries, please contact [[email protected]]. |