-
我是直接在demo的基础上改的
```java
package com.stx.xhb.demo;
import android.net.Uri;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android…
-
我在请求方法里传这个@Ur参数来动态改变我的地址,地址里边含有path路径,我的代码
@Override
public Observable getLayoutData() {
LogTools.d("getLayoutData()====:");
return mRepositoryManager.obtainRetrofitService…
-
-
I use code in my application:
Glide.get(this).register(GlideUrl.class, InputStream.class, new OkHttpUrlLoader.Factory(OkhttpUtils.getOkHttpClient()));
stack info:
java.lang.RuntimeException: Una…
-
-
I have a problem.
when picasso load url(have params),memory cache is not working. but in normal url everything is Ok.
.image.png?version=1.1
``` java
okhttpClient:
client = new OkHttpClient.Builder…
-
public class BaseAdapter extends DelegateAdapter.Adapter {
private LayoutHelper mLayoutHelper;
private int mCount = -1;
private int mLayoutId = -1;
private Context mContext;
p…
-
你好,安卓的有问题。你能直接引用mavn库吗, 而不是引用本地的库。这样在我的机器上他要报错。
如
Error:Cannot convert URL 'E:/WindowsDesktop/Life/LiLei/templates/Fitness/libs/universal-image-loader-1.8.6-with-sources.jar' to a file.
-
when i use get request,it cause this exception,the version is 3.3.1
-
Rightnow, I'm keeping TLSv1.0 on my instance since there isn't any mobile client that support TLSv1.1 nor 1.2 on android 4.1 to 4.3 (fixed in 4.4)
It doesn't seem to be that hard for Tusky to support…