dtboy

Results 30 issues of dtboy

```java // Call every five seconds mViewPager.setPagerTransformer(true, getShuffleTransformer()); ``` **However, after running for some time, a blank page will appear** Any help is greatly appreciated.

### Test throw error for main ![image](https://user-images.githubusercontent.com/19227547/108954083-2eb28700-76a7-11eb-8eb5-e6341dda4d55.png) ### Test throw error for renderer ![image](https://user-images.githubusercontent.com/19227547/108954102-38d48580-76a7-11eb-92f3-d8ed84eeb7cb.png) ``` The above figure shows the error call stack, but I can't locate the wrong line...

how to check remote server disconnect?

AsyncServer.getDefault() does the generated socket break automatically reconnect? How do I reconnect if I don't support it

How does a launcher app update itself? - can i use below? ```java Uri uri = Uri.fromFile(new File(Environment.getExternalStorageDirectory() + "/" + "update1.apk")); Intent intent = new Intent(Intent.ACTION_VIEW); intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); intent.setDataAndType(uri, "application/vnd.android.package-archive");...

Thank you, author. Do you have any projects to open Android?

**Description:** npm run dist error - A-Frame Version: latest (master branch) - Platform / Device: Windows 10 ```log PS C:\Users\lili\Downloads\aframe-master> npm run dist > [email protected] dist C:\Users\lili\Downloads\aframe-master > node scripts/updateVersionLog.js...

请问作者http反向可以代理localhost地址吗 (场景是把局域网的请求变成http://localhost/*) - Android 8 - Sdk latest - 命令 ``` proxy http -t tcp -p :8080 -T tcp -P "192.168.3.33" ``` - Android 得到的错误 ```log 2020-11-30 17:43:58.503 32169-675/com.host900.goproxy E/GoLog:...