Results 83 comments of Stefan M.

@xiaomeixw please red the announcement on [medium](https://medium.com/@passsy/thirtyinch-a-new-mvp-library-for-android-bd1a27262fd6#.x60rk13vs). > Maybe we should call this VPVM — View Presenter ViewModel

I like it. I like booth (maybe because the first one was my idea? 😉) On May 3, 2017 6:01 PM, "Pascal Welsch" wrote: > > > This one could...

Working on that in #54 Feel free to contribute 👍

As we just merged #54 ThirtyInch have now limited RxJava2 support. Currently we are missing all the `deliver*ToView` methods. But we are working on that.

No not yet. You can create a PR if you like ☺ On Nov 17, 2017 12:10 PM, "Graham Borland" wrote: > Do we have an ETA on the deliver*ToView...

In which situation do you have such a import? With fragments_ and acitvities_ it should be the problem. Because it should only import *one* file. If it's import "more" with...

Great question. I think that is not possible at the moment. But Iam also not family with [checkstyle](https://checkstyle.org/). Maybe we can make use of it to provide a gradle plugin...

Is that related to #131 ? There nothing "really" for that usecase. We have a Migration API. See [here](https://github.com/grandcentrix/tray/blob/master/library/src/androidTest/java/net/grandcentrix/tray/core/PreferenceMigrateTest.java) for example. But I don't know how useful that is ...

Thanks for the report and the link 👍 On Dec 23, 2017 12:56 AM, "davidliu" wrote: > Just letting you guys know that there's a bug open on Android bug...

See also #102 for it. Do you expect a higher minSdk version these days or why do you ask? On Fri, Jul 20, 2018, 7:08 PM Lakhal wrote: > Hello,...