Jetpack Compose was released recently, might as well explore it. I made this simple Rick and Morty character displaying app using this open API .
- Fetching Rick and Morty characters from API
- Displaying of few details using another view
- Navigation
- MVVM as architecture
- Ofc we used Jetpack Compose to create the layout.
....blah blah
*Would like to commend this course: Android Jetpack Compose Crash course on creating clean UIs