上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 24 下一页
摘要: ViewPager的基本用法不必多说,这都很简单,我们可以在ViewPager中加载一个ImageView,也可以加载一个Fragment,这都是目前非常常见的用法。那么我今天说的是ViewPager中的PageTransformer属性,用好这个属性可以让我们的应用更加出彩,OK,那我们就开始吧! 阅读全文
posted @ 2018-03-09 10:27 Sharley 阅读(3253) 评论(0) 推荐(0) 编辑
摘要: android中常用的第三方图表MPAndroidChart的一些具体属性及方法说明 注意:在将折线图转为曲线图时,lineDataSet.setMode(LineDataSet.Mode.CUBIC_BEZIER);方法有的版本的jar包不能使用, 要设置lineDataSet.setDrawCu 阅读全文
posted @ 2018-03-02 14:01 Sharley 阅读(5578) 评论(0) 推荐(0) 编辑
摘要: 在org官网下载的poi jar包,导入到studio 如果项目报 java.lang.NoClassDefFoundError: Failed resolution of: Ljavax/xml/stream/XMLEventFactory;Caused by: java.lang.ClassNo 阅读全文
posted @ 2018-02-01 17:28 Sharley 阅读(1904) 评论(0) 推荐(0) 编辑
摘要: 在使用系统自带的剪切图片工具时,通常只能设置一些比较小的值,像 intent.putExtra("outputX", 320); intent.putExtra("outputY", 320); 剪切后图片的尺寸不能设置为过大,经测试到480就会出现卡住的现象,为什么呢? 原因是在于Intent 的 阅读全文
posted @ 2018-01-18 09:57 Sharley 阅读(5830) 评论(0) 推荐(0) 编辑
摘要: Error:Error converting bytecode to dex: Cause: com.android.dex.DexException: Multiple dex files define Lcom/lidroid/xutils/task/TaskHandler; 如果你用 Stud 阅读全文
posted @ 2018-01-06 14:36 Sharley 阅读(1357) 评论(0) 推荐(0) 编辑
摘要: 在调试时应用报出HwPointEventFilter: do not support AFT because of no config 是因为华为系统里设置了不打印log 解决方法是在拨号界面输入*#*#2846579#*#*,然后就会自动进入工程菜单 点击后台设置——>log设置,将log都打开就 阅读全文
posted @ 2018-01-03 14:19 Sharley 阅读(4618) 评论(0) 推荐(0) 编辑
摘要: android一把自带的软键盘弹出方式是会将布局顶上去,造成UI乱套的情况。 解决办法:方法一:在你的activity中的oncreate中setContentView之前写上这个代码getWindow().setSoftInputMode(WindowManager.LayoutParams.SO 阅读全文
posted @ 2017-12-28 14:28 Sharley 阅读(4647) 评论(0) 推荐(0) 编辑
摘要: 最近博客写出了日记的既视感。。。 使用RTP传输H264的时候,需要用到sdp协议描述,其中有两项:Sequence Parameter Sets (SPS) 和Picture Parameter Set (PPS)需要用到,那么这两项从哪里获取呢? 答案是从H264码流中获取.在H264码流中,都 阅读全文
posted @ 2017-12-09 17:46 Sharley 阅读(4847) 评论(0) 推荐(0) 编辑
摘要: 1、配置 下载自己相对应的ndk平台版本后配置到studio 在local.properties加入路径 在gradle.properties文件添加 2、创建工具类(注意方法都是native的) 3、生成.h文件 打开terminal,cd到app/scr/main/java下,然后执行javah 阅读全文
posted @ 2017-12-07 15:00 Sharley 阅读(728) 评论(0) 推荐(0) 编辑
摘要: 1、如果在签名时android studio报"Master password is required to unlock the password database.The password database will be unlocked during this session for all 阅读全文
posted @ 2017-12-04 18:27 Sharley 阅读(1721) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 24 下一页