android-base
android-base copied to clipboard
Rootstrap Android Base project
#### Description This branch contains modular clean architecture with Koin for dependency management as an alternative to the main develop branch. ### APP This is the presentation module, also known...
Add Koin instead of Hilt as DI as an alternative for this base project There are some pros and cons about it, at least that I can notice, such as:...
#### Description - Migrate navigation to use jetpack navigation components. Official doc: https://developer.android.com/guide/navigation/navigation-getting-started
As discussed on the Android Roundtable of 01/12/2021 there will be very useful to create an application's flow using a single activity structure with a bunch of fragments for each...
As discussed on the Android's Roundtable of 01/12/2021 it seems good to migrate the current LiveData implementations to Kotlin flows, which is the new official way of sharing reactive information...
In the repository are some files which were auto-generated by Android Studio (or another tool) and sometimes they change based on user configuration or IDE version. These values and their...
### Description - We need to add a persistence library like Room or SQLDelight
### Description - Secure the Shared pref information.
Could someone please share your thoughts about why this was implemented this way? We faced that when we add a new commit to a branch we end up with all...
### Description - Add a signing config for suitable build variants that needs it