-
Using Requery on Android with RxJava, is it possible to cancel a long running query? Something like this:
```java
Disposable d = store.select(...).get().observable().subscribe(...);
...
in onPau…
-
One of my motivations for clean architecture is to have a use case / entity that is prepared for cross platform deployment. I'd like to eventually be able to use Kotlin to either deploy use-cases to a…
-
Hi,
I am trying to generate Idea files for my Android application and use sbt-idea for that purpose.
I am using pfn plugin too.
``` scala
libraryDependencies ++= Seq (
aar("net.simonvt.menudrawer…
-
I'm trying to increase the frame rate of chart redraws. Since I have a quad-core Android device, one way might be to recalculate the chart on a separate thread and draw it on the main UI thread.
M…
-
**Describe the bug**
When the Bluetooth device disconnects, the Bluetooth stack has an undeliverable exception and the app crashes.
**To Reproduce**
So far, this has only happened on Android, not…
-
:+1: Good work. A few notes after checking out the code:
* Good to see you were able to format the timestamp cleanly.
* Nice to see you used the SwipeRefreshLayout for easy timeline refreshes.
* …
-
/**
* Retrofit2 call to GitHub with authentication
*
* by https://github.com/kaushikgopal/RxJava-Android-Samples
* (Note: you're most likely to hit the GitHub API quota pretty fast so send in …
-
My app is complete, please review. /cc @codepathreview @codepath
Since time is tight with class starting next week I thought I'd submit the MVP which meets the initial user story requirements before …
-
# 错误报告
## 你做了什么?
复杂的东西(MVP+Retrofit2+Rxjava2)出错了,简化分析,rxjava本来在lib.rx内,现在直接在app.mine里面导入,测试Rxjava2 简单的例子。
```gradle
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
a…
-
Hey @takahirom, maintainers & contributors!
Google just announced its own take on screenshot tests with Compose: `"Compose Preview Screenshot Testing"`
- https://developer.android.com/studio/previ…