Leonard L
Leonard L
+1 make it better
In fact, I recommended to image it to be a sticky, contents are on it, you could put it wherever you want, and easily replace it with another one, and...
No, it is not a personal project..I could not use it....may I ask how to do it without Sofa?
so I am trying to control the visibility of the layout shows badge. When the Sidebar shows, badge layout shows, otherwise the layout will be hidden so that it doesn't...
还是有要配置的东西, 网上挺多教程的 fuchao [email protected]于2015年12月12日周六 上午4:32写道: ##首先忽略我为啥用windows 开发的原因吧 有nvm 的 安装包 下载点击安装就行了。 — Reply to this email directly or view it on GitHub .
After I hide the indicatorline....the chart can not be zoomed in-out, it will throw error shows above.
@Drizzlezhang 请教一下实现?
crush肯定是代码问题, Activity在resume以后崩溃一般是依赖的对象消失形成的nullpointer居多吧, 先debug找到具体是崩在哪里, 试试看加一点先决条件判断 ZhaoKaiQiang [email protected]于2015年12月10日周四 上午6:57写道: 我觉得,如果你回到Activity程序Crash了, 肯定是你的代码有问题, 要不就是在Application存储了数据, 被回收之后恢复现场出现了错误,要不就是你自己做了内容备份, 但是备份的方式不对,造成不能正常恢复现场。 如果你没有前面这两种情况, 再次回来重启Activity的时候,会重新加载数据, 而不应该是崩溃。所以崩溃一定是你的代码有问题 — Reply to this email directly or view it on GitHub .
感觉上更像是每一次初始化新Activity, inflate view的时候性能上有问题..
高清一样卡…或者你觉得快的, 放到低端机上, 也是卡….录制视频时候机器发烫你觉得是为什么.. Jin Ma [email protected]于2015年12月3日周四 下午11:29写道: @Qixingchen 不在UI线程里做是个必然条件. 有人说过他们录制视频,后写入文件,一帧就需要200ms. 按照fps=30来看,当你录制结束的时候, 文件写入还远远未完成(还要保证buffer queue足够大). 但是看到咱们手机摄像头,录制视频结束后文件就生成了( 你可以立马播放). 我很好奇这个是怎么做到的... — Reply to this email directly or view it on GitHub .