Skip to content

1.2.0

Compare
Choose a tag to compare
@DanielNovak DanielNovak released this 24 Nov 11:45
  • Added better support for FragmentStatePagerAdapter by adding ViewModelStatePagerAdapter.java.
  • Breaking change: Added removeViewModel() to IView. You don't need to make any changes if you are using the default ViewModelBaseFragment. Otherwise you need to implement this method and return null in case you don't need data binding.