-
```
Fatal Exception: java.lang.RuntimeException: Can't create handler inside thread that has not called Looper.prepare()
at android.os.Handler.(Handler.java:200)
at android.os.Handler…
mzorz updated
7 years ago
-
This is an example of a bblfsh server's logs under high load:
```
time="2017-09-11T10:12:06Z" level=info msg="parsing HomePageFragment2.java (28041 bytes)"
time="2017-09-11T10:12:06Z" level=info…
-
CompositionLoaded has been called, but the animation did not immediately come out, even if I switch to a number of different animation, wait a few seconds after the animation can be displayed, after s…
-
老哥你好,翻了一下提问历史,没有找到相关问题哦,所以直接来提问了。
实际开发中有个需求就是要对加载完成的LoadingMoreView设置点击事件,但是看了一下老哥源码,发现对Header和Footer的触摸事件进行了拦截
```
@Override
public boolean onSingleTapUp(MotionEvent e) {
…
-
i add textview a clickListener,also textview set spannableString with clickSpan. clickSpan was a mention
-
ACT_HandleEvent.class:
```
@Override
protected void onStart() {
super.onStart();
EventBus.getDefault().register(this);
}
@Override
protected void onResume()…
-
What kind of issue is this?
- [ ] Question. This issue tracker is not the place for questions. If you want to ask how to do
something, or to understand why something isn't working the way …
-
Interface
```
@Multipart
@POST("http://sdkconfig.reedoun.com/upload/?key=94b8862c-761d-493c-8669-3d96ea5cefea_866929022179744")
Observable uploadFile(@Part MultipartBody.Part file);
`…
-
What kind of issue is this?
- [ ] Question. This issue tracker is not the place for questions. If you want to ask how to do
something, or to understand why something isn't working the way …
-
支付界面选择微信支付,微信支付后通过EventBus 发送事件并关闭微信支付成功界面返回支付界面操作跳转到指定界面时报错