issues
search
jakubkinst
/
Android-ViewModelBinding
A lightweight library aiming to speed up Android app development by leveraging the new Android Data Binding together with the Model-View-ViewModel design pattern.
294
stars
32
forks
source link
Get view model class instance in runtime
#6
Closed
artufimtcev
closed
8 years ago
artufimtcev
commented
8 years ago
Changes:
Class instance of view model can be now retrieved automatically by ViewModelActivity, ViewModelFragment, ViewModelDialogFragment
Library now throws an exception on unsuccessful view model attach
Improved work with generic types inside library
Changes: