Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for nnleiā
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #283705 | Initial revision | — | about 3 years ago |
Answer | — |
A: Proper way of sending large amount of data from View to ViewModel I agree with you in that using `MutableLiveData` for achieving this feels wrong. I think this is because: - `LiveData` is meant for sending data to `LifecycleOwner`s such as `Activity` or `Fragment`, abstracting the lifecycle away, and your workaround sends data in the opposite direction. - as ... (more) |
— | about 3 years ago |