-
can contribute to an Android version with cutting edge tech stack.
-
I use AndroidX paging library and I have `PageList` property in my state class derived from `MvRxState`. But `PageList` has it's own update logic so in result I have a mutable field in the `MvRxState`…
-
Could you please give an example of EditTextModel with listener (TextWatcher)?
-
I am trying to render a `PagedList` with the capability to select a few items/`Contact`s. (very similar to the list from the default Contacts app)
The "contact selection state" is just some UI stat…
-
New DI [Hilt](https://developer.android.com/training/dependency-injection/hilt-android) library from jetpack [support ViewModel](https://developer.android.com/training/dependency-injection/hilt-jetpac…
-
If a kotlin data class has an inline class property, the Kotlin compiler won't generate the copy* method, so the app will crash due to data class check at run time.
It still has the component* method…
-
is any plan to support RxJava3?
-
Call for suggestions!
What are base classes needed?
- `AppActivity`: global router, deep-links handler, back button handler
- `BaseFragment`: clear life-cycle, back button handler
- `FlowFragme…
-
I'd like to know if there is a recommended way to test state rendering.
What I want to achieve is an Espresso test which checks state of all view widgets (visibility, text etc) for a given value of t…
-
I am currently working on a multimodule project and I just started using jetpack compose with maverics (compose) for new features. I am in a situation where two modules (A and B) needs to share a feat…