nuoyan2

Results 6 issues of nuoyan2

感谢作者的贡献 需求: 我想设置一个视频播放多少时间 然后结束这个视频播放 版本是6.3.1我只找到以下方法 @Override public void onProgressChanged(SeekBar seekBar, int progress, boolean fromUser) { super.onProgressChanged(seekBar, progress, fromUser); } 但是progress是0-100是进度值 而不是视频的播放时间 因为源码编译不成功无法运行还想求指导一个问题就是 如何结束视频 我看到源码里都是onPause 调用的是Jzvd.releaseAllVideos(); 方法 因为我担心这个方法没有彻底结束视频 因为home键也走onPause 方法 有没有qq群之类的...

感谢作者的分享 我在JsonHandler类中 String content = HttpRequestParser.getContentFromBody(httpRequest); 得到的content 附带这种数据 ----------------------------958044966615931359259061-- 怎么去掉 谢谢作者

首先 感谢您的共享 现象图如下 ps:代码除了 key 替换了 什么都没改 ![screenshot_20181031-115538](https://user-images.githubusercontent.com/12559217/47768463-2c2c0680-dd13-11e8-8309-14c52d1d0fbe.png) ![screenshot_20181031-115545](https://user-images.githubusercontent.com/12559217/47768465-2d5d3380-dd13-11e8-9488-a9270752ac0c.png) ![screenshot_20181031-115553](https://user-images.githubusercontent.com/12559217/47768468-2e8e6080-dd13-11e8-9885-17d277fccdad.png) ![screenshot114151](https://user-images.githubusercontent.com/12559217/47768470-2f26f700-dd13-11e8-826e-422f97bad4c6.png)

我QQ和微信都是519719668 想和您讨论下技术问题 谢谢

启动后报 /art: setrlimit(RLIMIT_CORE) failed for pid 2576: Operation not permitted 错误 然后在pc端输入ip地址和端口号也无法访问

downloadTask = viewModelScope.download(verionBean.fileUrl).apply { state().onEach { state -> downloadState.value = state when (state) { is State.Succeed -> { mlog("state: Succeed") hasDownload.value = true } is State.Failed -> { val reason...