Mahach Imangazaliev

Results 16 comments of Mahach Imangazaliev

@JakeWharton I have the same issue in a modular project

@bendothall pagination feature requires much more detailed analysis and it should be moved in the separate module of the library. I've been busy lately, but I'm planning a big refactoring...

@Bennith yeah, ReActiveAndroid has a problem with `LIKE` clause. I will try to catch and fix this bug.

Hello. ActiveAndroid no longer be maintained. You can use [ReActiveAndroid](https://github.com/ImangazalievM/ReActiveAndroid), it's based on ActiveAndroid. [Full Documentation](https://imangazalievm.gitbooks.io/reactiveandroid).

Hello. ActiveAndroid no longer be maintained. You can use [ReActiveAndroid](https://github.com/ImangazalievM/ReActiveAndroid), it's based on ActiveAndroid. For example, you can select specific columns: ```java List notes = Select.columns("id", "text").from(Note.class).fetch(); ``` [Full Documentation](https://imangazalievm.gitbooks.io/reactiveandroid).

Hello, guys! You can use my library - https://github.com/ImangazalievM/ReActiveAndroid. I forked the ActiveAndroid and fixed all bugs. It works fine on Android O and other versions. @JacobVanAssche @agonper @zuiaichiyu @anninpavel...

@liupeng826 No. If you want to migrate to ReActiveAndroid, read this article https://imangazalievm.gitbooks.io/reactiveandroid/migration-from-activeandroid.html

@fajaranugrah you can start using https://github.com/ImangazalievM/ReActiveAndroid. I fixed all bugs and it works on Android O. If you want to migrate to ReActiveAndroid, please read this article https://imangazalievm.gitbooks.io/reactiveandroid/migration-from-activeandroid.html

Hello. ActiveAndroid no longer be maintained. You can use [ReActiveAndroid](https://github.com/ImangazalievM/ReActiveAndroid), it's based on ActiveAndroid. [Full Documentation](https://imangazalievm.gitbooks.io/reactiveandroid).

@neiljaywarner you can try to migrate to [ReActiveAndroid](https://github.com/ImangazalievM/ReActiveAndroid). Here you can find small guide: [Migration from ActiveAndroid.](https://imangazalievm.gitbooks.io/reactiveandroid/migration-from-activeandroid.html)