architecture-samples
architecture-samples copied to clipboard
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
Hi! I'm try to learning about Android development by my self. I found this project and I cloned it. I thogth, "it's a great sample". But... I've trying to run...
Hi, For test purposes I've modified the code of `launchFragmentInHiltContainer` to this: ```kotlin const val THEME_EXTRAS = "androidx.fragment.app.testing.FragmentScenario.EmptyFragmentActivity.THEME_EXTRAS_BUNDLE_KEY" inline fun launchFragmentInHiltContainer( fragmentArgs: Bundle? = null, @StyleRes themeResId: Int = R.style.FragmentScenarioEmptyFragmentActivityTheme,...
**problem** When user saves changes on creating new task - app shows message 'Task added' - and it's correct. But when user saves changes after editing existing task - app...
Since the ViewModel is applied, i have no idea whether it is a mvp or mvvm
I think this demo is old, please change dagger to hilt. I need some thing about contentprovider, service, broadcast receiver ... in android architecture recomment
When the fragment is a `DialogFragment`, branch processing should be performed. Otherwise, the ui test may fall into a waiting state due to the `DialogFragment` animation.
@JoseAlcerreca Based on the latest blog written by android official teams, it looks like that Google is re-considering adding new `architecture` to help the community to have an architecture to...