Rick-Morty-Database
android-showcase
Rick-Morty-Database | android-showcase | |
---|---|---|
1 | 7 | |
9 | 6,569 | |
- | 0.3% | |
0.0 | 9.0 | |
about 3 years ago | 6 days ago | |
Kotlin | Kotlin | |
GNU General Public License v3.0 only | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Rick-Morty-Database
android-showcase
-
Refactoring Multi-Module Kotlin Project With Konsist
Android-Showcase (Android project using Konsist)
-
API call from ViewModel constructor or dedicated public method
In a typical app that fetches data from API (without using Flows), do you prefer to fetch data in a ViewModel constructor (init) or have a dedicated public method called from view (e.g. onViewCreated -> viewModel.onEnter). Here is example of the second approach from the Showcase app (see the onEnter method): https://github.com/igorwojda/android-showcase/blob/main/feature_album/src/main/kotlin/com/igorwojda/showcase/feature/album/presentation/screen/albumlist/AlbumListViewModel.kt
-
Is Jetpack Compose ready for production development?
Compose Example App
-
Anyone here who has bought Philipp Lackner's course for developing multi-module apps?
They probably want you to do a module split like in https://github.com/chrisbanes/tivi or https://github.com/igorwojda/android-showcase, but what they probably don't realize is that modularization is a trade-off, namely greatly increased build configuration complexity for... well, having modules.
-
Learning from sample apps ?
I think this project is much better for learning as it promotes clean architecture apart from android architecture: https://github.com/igorwojda/android-showcase
-
Been out of Android dev for a few years. What's the most important things for me to read up on?
Some repos here: https://github.com/igorwojda/android-showcase
-
What are the pros of going with Jetpack's Navigation Component?
That debounce thing is real, no wonder I've seen many sample apps using similar approach to denounce click listener. Do you know why the crash happens?
What are some alternatives?
Android-Concepts-Reference-Kotlin - A single repository to learn the basics of Android in Kotlin without all the fluff.
MVI-Coroutines-Flow - Play MVI with Kotlin Coroutines Flow | MVI pattern on Android using Kotlin Coroutines Flow | Dagger Hilt DI | Koin DI | SharedFlow | StateFlow | Arrow.kt Android Sample
Foodium - 🍲Foodium is a sample food blog Android application 📱 built to demonstrate the use of Modern Android development tools - (Kotlin, Coroutines, Flow, Dagger 2/Hilt, Architecture Components, MVVM, Room, Retrofit, Moshi, Material Components).
Inure - An elegant and beautiful premium Android app manager for rooted and non-rooted devices with a built-in terminal, analytics, debloat, stats and various other features with an custom theme engine, developed with purely custom UI design.
Theatre - Pet project using Clean Architecture + MVVM + Reactive Extensions + Android Architecture Components. The data are fetched from LondonTheatreDirect API. 🎭
sunflower - A gardening app illustrating Android development best practices with migrating a View-based app to Jetpack Compose.