-
这个接口是否有点鸡肋?
望解答.
-
Hi!
I spotted formatting issues in the codelab!
[On this page](https://codelabs.developers.google.com/codelabs/android-agera/index.html?index=..%2F..%2Findex#7) (maybe other pages too), you can noti…
-
In the code-examples of [Step 10](https://codelabs.developers.google.com/codelabs/android-agera/index.html?index=..%2F..%2Findex#9) and [Step 11](https://codelabs.developers.google.com/codelabs/androi…
-
// retrofit-agera-call-adapter-master/agera-call-adapter/src/main/java/me/drakeet/retrofit2/adapter/agera/CallResponseReservoir.java
line 45
-
Retrofit´s documentation (http://square.github.io/retrofit/2.x/retrofit/retrofit2/Call.html) tells you how to use one multiple times:
> Use clone() to make multiple calls with the same parameters to…
-
hi. I'm GDE of South Korea.
recently, I saw this repository. I was interested in Reactive Android.
so I decided that I would translate to Korean.
this link is output of translation.
: https://github.…
-
to make the run-configurations work in Android Studio 2.2 Preview 5, I had to change the _factoryName_ in the run-configuration xml files from _Android Application_ to _Android App_.
since I'm a newb…
-
- [x] Prepare mp3
- [x] Prepare shownote
-
## Description
I tried to build the project on Ubuntu (14.04.3 LTS, x86-64) and encountered the below compile error.
``` java
$ ./gradlew clean assembleRelease
Incremental java compilation is an inc…
-
Hi,sorry to bother you guys again.
I know we can use Result & Attempt to do a better error handling in agera.
But I found a problem is agera is weak of handling unchecked exception,like RuntimeExecept…