Releases: A-Zaiats/android-mvvm
Releases · A-Zaiats/android-mvvm
v0.2.3
v0.2.2
Navigation improvements
- Moved navigation classes to separate module
- Added navigation command. If navigator detached from ViewModel, it command will be saved end executed on next navigator attach.
Fragment binding
Realised auto binding for fragments:
- MvvmFragment for Fragment
- MvvmDialog fragment for DialogFragmen
Each of them has navigating version.
v0.1.2
Navigator
Activity binding
- Binding config: provide layout setting for automating binding.
- Activity delegate: manage ViewModel lifecycle, rebind it to new View.
- MvvmActivity: helps with delegate interaction.