Results 8 issues of tx

请问如何获取播放视频的宽高 , 想通过视频的宽高比改变视图的宽高比

Presenter 里请求网络的方法里有跟activity绑定的,请问如何做单元测试的,谢谢

Rejecting re-init on previously-failed class java.lang.Class 把greendao初始化注释了,就没有这些log了,跪求!谢谢

Pinyin.init(Pinyin.newConfig() .with(new PinyinMapDict() { @Override public Map mapping() { HashMap map = new HashMap(); map.put("重庆", new String[]{"CHONG", "QING"}); return map; } })); 添加自定义词典后, "重庆" 转拼音依旧是ZHONGQING , 项目里是要转重庆大学的, 我是用的 compile 'com.github.promeg:tinypinyin:2.0.3'...

请问一张图时,怎么不让他轮播的

hello,请教 ,mock不同的接口情况下,是不是都要创建Client再进行配置的,多种api的情况下怎么处理的,谢谢! ....`MockApiSuite suite = new MockApiSuite("account"); // account 表示 suite name suite.addMockApi(new StandardMockApi(MockHttpMethod.GET, "/api/user/").setSuccessDataFile("user.json")) MockApiInterceptor mockApiInterceptor = new MockApiInterceptor(context); mockApiInterceptor.addMockApiSuite(suite); OkHttpClient.Builder clientBuilder = new OkHttpClient.Builder() .addInterceptor(mockApiInterceptor) // 注入mock api...

你好,请问这个mockserver怎么运行的,有没有demo或者文档之类的,谢谢