-
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
Showing
1 changed file
with
17 additions
and
2 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 |
---|---|---|
@@ -1,4 +1,19 @@ | ||
# Dogga | ||
Simple Android Native Application consuming the https://dog.ceo/dog-api/ | ||
|
||
This app is made just for portfolio and study purposes and it is in constanting evolution. | ||
![Dogga App icon](app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp) | ||
|
||
Simple Android Native Application consuming the [Dog API](https://dog.ceo/dog-api/) | ||
|
||
This app is made just for portfolio and study purposes and it is in constant evolution. | ||
|
||
|
||
It is made using: | ||
|
||
- MVVM | ||
- Jetpack Compose | ||
- Retrofit | ||
- JUnit4 | ||
- Mockk | ||
- Kotlin DSL (kts script) | ||
- Koin | ||
|