-
Seeing this issue sometimes. All my createViewState functions have been implemented creating new instances of states.
`````` java
java.lang.NullPointerException: ViewState is null! That's not allowed…
-
Today I cloned your repo and now I'm trying to run samples. I don't know why, but gradle can't build them. I'm receiving following errors:
e.g. **sample** project
> /mosby/mvp/src/main/java/com/hann…
-
Dear,
I am a developer myself, with many years of experience in Silverlight (WPF), MVVM.
You should be aware that in mvvm coded environments, viewmodels life apart from the views.
The views are crea…
-
I know you are currently working on a new blog post for the mail sample. I think since the initial mosby blogpost is the main source of documentation for this issue, it would be nice if that was updat…
-
Hi,
why do you have the `pullToRefresh` parameter in ErrorMessageDeterminer here:
https://github.com/sockeqwe/mosby/blob/master/sample-dagger2-rx/src/main/java/com/hannesdorfmann/mosby/sample/dagger2…
-
The Presenter side of things should be packaged as plain Java jars with no android content so that presenter code can be cross platform. For example, I see that MvpBasePresenter is packaged right next…
-
Hello,
here you have ReposAdapter that `implements ReposAdapterBinder`: https://github.com/sockeqwe/mosby/blob/master/sample-dagger2-rx/src/main/java/com/hannesdorfmann/mosby/sample/dagger2/repos/Rep…
-
Thanks for awesome helper library and even more awesome blog post explaining the LCE pattern. It surely reflects the experience of 3 years digested into one well thought out library !
Your current e…
-
Hello,
My Activity is extending `MvpLceViewStateActivity`. However, `loadData(boolean pullToRefresh)` method will always have pullToRefresh false. Please explain how I can make it true?
Thanks,
Igo…
-
I have java version "1.8.0_45", mac os 10.10.3.
...
:sample:compileDebugJava
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:sample:com…