摘要: //要用到clipdrawble,xml功能如下,在drawble目录下新建,类型选择为clip(注意AS不会提示) //IMG的XML //JAVA代码如下 import android.graphics.drawable.ClipDrawable;import android.os.Handler;import android.os.Message;import android.suppo... 阅读全文
posted @ 2016-08-29 16:45 麦子TMAC 阅读(371) 评论(0) 推荐(0) 编辑
摘要: //关于volley的使用,谷歌方面推荐使用单例模式 代码如下: 阅读全文
posted @ 2016-08-29 15:50 麦子TMAC 阅读(149) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="UTF-8"?> -<resources> -<declare-styleable name="CircleImageView"> <attr name="civ_border_width" format="dimension"/> <at 阅读全文
posted @ 2016-08-29 15:46 麦子TMAC 阅读(582) 评论(0) 推荐(0) 编辑
摘要: jdbc 阅读全文
posted @ 2016-08-29 10:48 麦子TMAC 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 上面布局不遮挡下面布局android:layout_height="0dp"android:layout_weight="1" 阅读全文
posted @ 2016-08-16 11:20 麦子TMAC 阅读(132) 评论(0) 推荐(0) 编辑
摘要: Android消息传递机制 阅读全文
posted @ 2016-08-10 17:56 麦子TMAC 阅读(931) 评论(0) 推荐(0) 编辑
摘要: @Override public void onRequestPermissionsResult(int requestCode, @NonNull String[] permissions, @NonNull int[] grantResults) { super.onRequestPermiss 阅读全文
posted @ 2016-08-10 09:37 麦子TMAC 阅读(206) 评论(0) 推荐(0) 编辑
摘要: android 去掉标题 阅读全文
posted @ 2016-08-05 09:59 麦子TMAC 阅读(145) 评论(0) 推荐(0) 编辑
摘要: android 阅读全文
posted @ 2016-08-04 09:43 麦子TMAC 阅读(157) 评论(0) 推荐(0) 编辑
摘要: android实现两个activity数据交互 阅读全文
posted @ 2016-08-03 19:42 麦子TMAC 阅读(1433) 评论(0) 推荐(0) 编辑