-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support RxJava 2 #520
Comments
If I understand correctly you want greenDAO to be updated to work with RxJava 2? -ut |
yes |
Can greenDao be implemented along with rxJava ? Also any documentation available ? |
@Kritartha Currently only RxJava 1 is supported and for now there is only an example app. |
I forked it and changed DaoCore and RxDaoExaple module with rxjava2. The according changes within test module involve great effort, and I am not sure whether I could compete it or not. So my concerns is, should I emit a pull request for the change without test cover for your review? https://github.com/AndroidClasses/greenDAO/tree/rxjava2-dev |
How can test this (DaoCore and RxDaoExaple module with rxjava2) ? notesQuery = daoSession.getNoteDao().queryBuilder().rx(); notesQuery.list() is a rx.Observable not a io.reactive.Observable |
@greenrobot-team I see that RxJava2 is a part of your 3.x milestone. How is the timeline for the release looks like? When do you think you are going to have release? |
Add RxJvav2 support #669 |
When can support rxjava2, #669 why not been adopted |
Please support rxjava2 |
Please, fast support RxJava2 it |
Please support RxJava2. I am worried that the core developers here are focusing on ObjectBox and don't have time for greenDAO. Hope that is not true. GreenDAO has a unique place in android database frameworks, and I love it very much. |
Please support Rxjava2 |
Please support rxjava2 |
1 similar comment
Please support rxjava2 |
@vitalyermolovich I commend Android Room |
@hookbin In GreenDao (which we love) we don't need to write SQL in most case, so Room cannot replace greenDAO. |
Please support rxjava2 |
Please support rxjava2 |
why not support rxjava2? this problem makes me can't use greendao now |
Please support rxjava2. |
Upvote for support of RxJava2 - any news here? |
waiting... |
any chances of rxjava2 support? |
Still waiting... |
hope can support rxjava2 |
If no one is working on this, I can volunteer to work on this. |
Same here, whatever makes it progress faster 🖐 |
@subkanthi, @devharis , ... I think greendao is not really mantained anymore. Just have a look at the last commits, there wasn't anything interesting for more than a year now. I recommend to
or
|
Yes, it unfortunately looks that way 👎 |
checkout a branch to update rxjava2
The text was updated successfully, but these errors were encountered: