MVI-Architecture-Android-Beginners
MVI-Architecture-Android-Beginners copied to clipboard
This repository contains a beginner sample app that implements MVI architecture
I was going through this blog article https://blog.mindorks.com/mvi-architecture-android-tutorial-for-beginners-step-by-step-guide and downloaded this repo to learn more about MVI. Anyways, I found this error (sort of) in the MainViewModel fetchUser(). The problem...
in this repo there are not using any databinding feature. then how come this is possible without mentioning the reference to it explicitly in mainactivity 1, buttonFetchUser.setOnClickListener 2 recyclerView.layoutManager