-
It would be a nice-to-have to provide a mechanism to access models in a statically typed fashion rather than using the hard coded Strings.
From the onboarding example, rather than :
```java
…
-
Добрый день.
В дебаг версии все работает корректно. Но при попытке инициализировать, появляется ошибка
Версия SDK: 1.0.80-commonRelease
retrofit:2.9.0
converter-gson:2.9.0
Carrot debug:
java…
-
Report Portal used to work fine for five months. However, after updating Report Portal stopped working. When running tests, there is an error message:
`[rp-io-2] ERROR c.epam.reportportal.service.L…
-
Mobile:
Android OS:
NetWork:
LIB Version:
---
报错了,是我使用的姿势不对吗。。
09-14 16:50:03.380 15736-15736/com.whfp.tongpao W/retrofitcache: java.lang.NoSuchMethodException: toRequest [cla…
-
Dagger2 demo with retrofit2 and okhttp3.
by https://github.com/codepath/dagger2-example
edited to retrofit2 and okhttp3
rxjava2
![daggdemo1](https://user-images.githubusercontent.com/8501403/280…
-
Expected behaviour -
Classes annotated with @JsonClass(generateAdapter = true) no longer uses reflection, Class name and package name will be obfuscated by default when R8 is enabled.
Actual beha…
-
我用ReactNative怎么办,人家要用ReactActivity。而且有的组件只是个View而已,获取activity麻烦,只有context
-
When using `useRxJava2: 'false'`, then the `com.squareup.retrofit2:adapter-rxjava2` dependency (and due to & through it transitively its own dependency `org.reactivestreams:reactive-streams`) are stil…
-
On rc 5.1.0 but also seen in main.
Happens only like 10% of the time.
Sometimes switching apps fixes it.
https://github.com/user-attachments/assets/6ebc7ba5-8ae3-485e-8d34-3ba2d004005c
-
I used an nginx proxy server.
Nginx access_log
```
Proxy proxy = new Proxy(Proxy.Type.HTTP, new InetSocketAddress(proxyIp, proxyPort));
OkHttpClient client = defaultClient(tok…