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

Remove startActivityForResult() from BaseViewModel #3

Closed jakubkinst closed 8 years ago

jakubkinst commented 8 years ago

I believe this functionality should be resolved outside of this library. There is a lot of options for starting activity with/without result, on Activity, on Fragment, with Bundle, without Bundle etc. We should either implement all of these options or none. I vote for removing this and leaving users to handle this on their own. What do you think @stepansanda?