Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yusufceylan/jetpackcomposepokedex
Simple playground app in order to learn Jetpack Compose
https://github.com/yusufceylan/jetpackcomposepokedex
compose-navigation coroutines dagger-hilt jetpack-compose kotlin mvvm
Last synced: about 1 month ago
JSON representation
Simple playground app in order to learn Jetpack Compose
- Host: GitHub
- URL: https://github.com/yusufceylan/jetpackcomposepokedex
- Owner: yusufceylan
- Created: 2021-05-08T12:33:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-24T13:28:58.000Z (over 3 years ago)
- Last Synced: 2024-11-09T08:51:44.120Z (3 months ago)
- Topics: compose-navigation, coroutines, dagger-hilt, jetpack-compose, kotlin, mvvm
- Language: Kotlin
- Homepage:
- Size: 1.05 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## JetpackCompose Pokedex
Simple playground app in order to learn Jetpack Compose.### Screenshots
### Tech Stack
- [Kotlin](https://kotlinlang.org)
- [Jetpack](https://developer.android.com/jetpack)
* [Compose](https://developer.android.com/jetpack/compose)
* [Compose Navigation](https://developer.android.com/jetpack/compose/navigation)
* [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel)
- [Coroutines ](https://developer.android.com/kotlin/coroutines)
- [Dagger Hilt](https://dagger.dev/hilt/)
- [Retrofit](https://square.github.io/retrofit/)
- [Gson](https://github.com/google/gson)
- [Coil](https://github.com/google/accompanist)Thanks to [Philipp Lackner](https://github.com/philipplackner) for [this awesome tutorial](https://www.youtube.com/watch?v=v0of23TxIKc&list=PLQkwcJG4YTCTimTCpEL5FZgaWdIZQuB7m)