上一页 1 2 3 4 5 6 7 8 ··· 11 下一页
摘要: 有一个需求是app的帮助文档是word格式,ios可以直接用webview加载word显示,Android不行。而美工不配合转换成图片,前端没时间把word写成html 没办法,自己搞。 步骤: 1、用第三方靠谱的软件把word文档转成html。 2、放入assets目录下,用webview进行加载 阅读全文
posted @ 2016-12-08 11:00 epmouse 阅读(27243) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/popfisher/p/6063835.html http://blog.csdn.net/yk377657321/article/details/52574316 阅读全文
posted @ 2016-12-02 16:48 epmouse 阅读(142) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/vpractical/article/details/51034360 需求是计算app在后台的时间,当返回前台时,根据时间差来做相应的操作。 思路是让app中所有的activity都继承baseactivity,然后在baseactivity的onstop 阅读全文
posted @ 2016-11-10 16:50 epmouse 阅读(359) 评论(0) 推荐(0) 编辑
摘要: 在导入别人库的时候同步工程时出现此错误。 解决方式:File-->>Invalidate Caches/Restart,弹出一个框,点击Invalidate and Restart按钮,等待重启就OK了。 阅读全文
posted @ 2016-11-10 09:11 epmouse 阅读(3590) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/33951853/com-android-build-api-transform-transformexception-com-android-builder-packagin/33967418#33967418 加入以上代码后就 阅读全文
posted @ 2016-09-26 19:37 epmouse 阅读(310) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/hyr83960944/article/details/41825087 阅读全文
posted @ 2016-09-26 12:01 epmouse 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 界面: 需要公司提供的: 全部代码: 阅读全文
posted @ 2016-08-30 08:58 epmouse 阅读(871) 评论(0) 推荐(0) 编辑
摘要: http://www.aichengxu.com/view/2449094 阅读全文
posted @ 2016-08-23 15:31 epmouse 阅读(324) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/yuanbohx/article/details/41674949/ http://www.fenlog.com/post/82.html 阅读全文
posted @ 2016-08-10 14:27 epmouse 阅读(311) 评论(0) 推荐(0) 编辑
摘要: //这个监听一定要放在checkbox初始化的方法之前,否则无效。是因为滑动的时侯会重新给checkbox赋值造成的。holder.cbFileSel.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() { @Override public void onCheckedChanged(Co... 阅读全文
posted @ 2016-08-09 16:55 epmouse 阅读(483) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 11 下一页