
安卓
蛋师傅
改变一个人究竟有多难
展开
-
安卓圆形图片控件CircleImageView的使用
CircleImageView的使用 在安卓开发中,我们常常会碰到一些圆形图片控件的困扰,而选择一款方便的圆形图片控件便成为了提高开发效率的有效手段,下面我推荐一款github上的项目,也是我本人经常使用的一款控件,因为用的比较多,随mark下来以方便下次使用项目地址:https://github.com/hdodenhof/CircleImageView1,引入代码文件:代码如下:...原创 2019-01-28 15:15:31 · 2100 阅读 · 0 评论 -
安卓浮动菜单RapidFloatingActionButton的·使用(转)
开头先附上大佬的地址:https://github.com/wangjiegulu/RapidFloatingActionButton效果图: 效果很赞(我啥时候才能写出何样的代码啊--呜呜呜~~~)项目引入Gradle implementation 'com.github.wangjiegulu:rfab:2.0.0'布局文件:<com....翻译 2019-01-28 15:56:54 · 683 阅读 · 0 评论 -
安卓加载gif图片
效果图:1.引入Glideimplementation 'com.github.bumptech.glide:glide:4.8.0'annotationProcessor 'com.github.bumptech.glide:compiler:4.8.0' 2.布局文件<ImageView android:id="@+id/my_image_view" ...原创 2019-01-28 16:29:51 · 1491 阅读 · 2 评论