rxjava
Here are 1,936 public repositories matching this topic...
【停止维护】一个定期翻译国外Android优质的技术、开源库、软件架构设计、测试等文章的开源项目
-
Updated
Aug 22, 2019
You should upload javadoc as part of the build process. Especially since the README is missing important information (such as difference between request()/ensure(). Even better would be to also upload sources. Both of these are easy to do with a tweak to the maven task in your build.gradle.
Learning RxJava for Android by example
-
Updated
Sep 17, 2019 - Java
Kickstarter for Android. Bring new ideas to life, anywhere.
-
Updated
May 21, 2020 - Java
-
Updated
Mar 26, 2020 - Java
disposables.clear() is invoked in onStop()
But in the comment and also Github
`disposab
I need to get throwable from Failed status "Response body is NULL"
But can't receive that error using throwable as you said in the documentation page
Here's the log
W/RxDownload: The exception was not handled due to missing onError handler in the subscribe() method call. Further reading: https://github.com/ReactiveX/RxJava/wiki/Error-Handling | io.reactivex.exceptions.CompositeExceptio
Android Library for Async Data Loading and Caching
-
Updated
Dec 6, 2019 - Java
-
Updated
Aug 25, 2018 - Java
To Reproduce
From the documentation Adding Parameters (body() in the docs should be body):
Fuel.post("https://httpbin.org/post", listOf("foo" to "foo", "bar" to "bar"))
.also { println(it.url) }
.also { println(String(it.body.toByteArray())) }Expected output
https://httpbin.org/post
"
-
Updated
Oct 12, 2019 - Kotlin
requeryVersion = '1.6.0'
requeryVersion = '1.6.1'
E/BaseViewModel: java.sql.SQLNonTransientConnectionException
io.requery.PersistenceException: java.sql.SQLNonTransientConnectionException
at io.requery.sql.EntityDataStore.checkConnectionMetadata(EntityDataStore.java:588)
at io.requery.sql.EntityDataStore$DataContext.getTransactionMode(EntityDataStore.java:747)
Automatic binding+disposal of RxJava streams.
-
Updated
May 11, 2020 - Java
Android AOP Architecture by Apt, AspectJ, Javassisit, based on Realm+Databinding+MVP+Retrofit+Rxjava2
-
Updated
Dec 27, 2018 - Java
We need to create our own docker image with git, sphinx-build and gradle to create the documentation and commit it into github.
The default docker image doesn't accept the html tags.
An advanced template project
-
Updated
Mar 19, 2020 - Java
I would like to propose adding README file as a description to explain potential users that basic sample is as basic as possible and more complicated scenarios they can find in storio-sample-app module
Movie discovery app showcasing MVP, RxJava, Dagger 2 and Clean Architecture
-
Updated
Dec 4, 2019 - Java
Improve this page
Add a description, image, and links to the rxjava topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rxjava topic, visit your repo's landing page and select "manage topics."



Originally posted on StackOverflow.
The following code crashes with
StackOverflowErrorand the stacktrace shows a long chain ofrequestcalls.