bitcoin-market-android
tivi
bitcoin-market-android | tivi | |
---|---|---|
4 | 28 | |
350 | 6,642 | |
- | - | |
0.0 | 9.7 | |
over 2 years ago | 21 days ago | |
Kotlin | Kotlin | |
Apache License 2.0 | Apache License 2.0 |
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.
bitcoin-market-android
- Example open-source apps which are modern and use Android Jetpack and other popular libraries?
-
Open Source Android projects with good testing coverage
You can check my open-source project. I tried to write unit tests for all layers. https://github.com/mertceyhan/bitcoin-market-android
- A sample Android application to including Hilt + Coroutine + Flow
- bitcoin-market-android
tivi
-
Do you have an open source (base) project using latest tech?
Look no more: https://github.com/chrisbanes/tivi
- What are some open source android projects that you can go to see Best practices or how they implemented stuff
-
What do you use for compose navigation?
It's definitely the most verbose part of our app and one of the weakest parts of the Jetpack library. We used https://github.com/chrisbanes/tivi for some inspiration on how to organize your navigation structures.
-
What's modern approach to handling Preferences (UI & Storage) in Compose?
I have considered a few variants around this route. One easy way out would be just to launch a ComponentActivity with a PreferenceFragment like what Chris Banes does in TiVi ... but if you go with PreferenceFragment(Compat) it seems you are kinda stuck with SharedPreferences. If one attempts to supply DataStore wrapped in PreferenceDataStore, it seems types get messed up (TextPreference will store as a String, even if the InputType is number, etc).
-
Modern ways to expose Retrofit network progress and errors to a ViewModel?
Thanks I think what's confusing is that UI events are recommended to be modeled as Flows, which I guess is why Tivi uses Flows for even the simplest actions, but it does a lot of very fancy things. Most repository interactions seem to have an entire class extending an Interactor (e.g.) which catches and emits errors, progress and handles timeouts and does all that crazy queuing stuff with UI "messages" Flow
-
"outdated senior" needs your advice
I would read and study nowinandroid and tivi apps.
-
Compose Navigation with multiple graphs
Check out the approach from tivi https://github.com/chrisbanes/tivi/blob/main/app/src/main/java/app/tivi/AppNavigation.kt as an idea.
- Any Clean Architecture app courses that make use of Flows completely without LiveData?
- What resources would you recommend for learning how to build Multi-Module android apps?
-
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.
What are some alternatives?
gamedge - An Android application for browsing video games and checking the latest gaming news from around the world.
compose-samples - Official Jetpack Compose samples.
sav-pdf-viewer-pro - The simplest PDF viewer. Safe (doesn't require permissions), lightweight (just 6,9MB) and modern.
DevUpdates - News app for developer updates.
architecture-components-samples - Samples for Android Architecture Components.
SpaceDawn - Space Dawn is a demo app built to demonstrate the use of Mutli-Module Clean MVVM Architecture with Jetpack Compose by following Material-3 guidelines along with other MAD libraries such as Dagger-Hilt, Room Database, Coroutines, Navigation, WorkManager etc. for building Android Apps
android-mvvm-dagger-rxjava-retrofit - A sample project which demostrate use of MVVM and Dagger 2 with RxJava2 along with Retrofit
Digital-Tijori - A secure, opensource android app to store your bank accounts, cards, and credentials. Locally and securely. Tech: Clean Architecture, 100% Kotlin, Jetpack Compose, Room Persistence
livedata-combineutil-java - [ACTIVE] Helper function to combine LiveDatas.
ValoGuide - 📱 ValoGuide demonstrates modern Android development with Koin, Material Motion, Coroutines, Jetpack (LiveData, Fragment, Navigator, ViewBinding) based on MVVM architecture. For game Valorant
android-showcase - 💎 Android application following best practices: Kotlin, Coroutines, JetPack, Clean Architecture, Feature Modules, Tests, MVVM, DI, Static Analysis...