Android Studio 第八十二期 - Android Glide3.8.0用法大全支持九宫格

代码已经整理好,效果如下图:

地址:https://github.com/geeklx/myapplication2018/tree/master/p016_glide37_quan

原文地址:http://blog.51cto.com/liangxiao/2156107

时间: 2024-08-28 19:14:45

Android Studio 第八十二期 - Android Glide3.8.0用法大全支持九宫格的相关文章

Android Studio 第六十二期 - Android框架

开发一款任意APP的框架搭建以及类库使用,详见:https://github.com/geeklx/APPkuangjia 原文地址:http://blog.51cto.com/liangxiao/2130888

Android Studio 第七十二期 - Android 呼吸的View

代码已经整理好,效果如下图: 地址:https://github.com/geeklx/myapplication2018/tree/master/p015_view_huxi 原文地址:http://blog.51cto.com/liangxiao/2150522

Android Studio 第八十一期 - Android ViewFlipper全收集

代码已经整理好,效果如下图: 地址:https://github.com/geeklx/myapplication2018/tree/master/p025_news_gundongall 原文地址:http://blog.51cto.com/liangxiao/2153327

Android Studio 第八十期 - Android 仿微博加载中布局

代码已经整理好,效果如下图: 地址:https://github.com/geeklx/myapplication2018/tree/master/p024_shimmerlayout 原文地址:http://blog.51cto.com/liangxiao/2153326

Android Studio第三十二期 - RecycleView不同布局适配器写法

新需求,如图,代码已经整理好,效果如下图: 单个: 多个: demo效果图: 地址:https://github.com/geeklx/MyApplication/tree/master/p010_recycleviewall/src/main/java/com/example/p010_recycleviewall/recycleviewdifferentitem

Android Studio 第五十二期 - 自定义WheelPicker

代码已经整理好,效果如下图: 地址:https://github.com/geeklx/MyApplication/tree/master/p038_wheelpicker

Android Studio - 第四十二期 几个经常用到的字符串的截取

string str="123abc456"; int i=3; 1 取字符串的前i个字符 str=str.Substring(0,i); // or  str=str.Remove(i,str.Length-i); 2 去掉字符串的前i个字符: str=str.Remove(0,i);  // or str=str.Substring(i); 3 从右边开始取i个字符: str=str.Substring(str.Length-i); // or str=str.Remove(0,s

Android Studio 第六十一期 - Android ToastUtil

代码已经整理好,效果如下如图: ? ?地址:https://github.com/geeklx/myapplication2018/tree/master/p005_toastutils 原文地址:http://blog.51cto.com/liangxiao/2085570

Android Studio 第六十期 - Android推流直播(斗鱼部分页面功能)

代码已经整理好,效果如下图: 地址:https://github.com/geeklx/myapplication2018/tree/master/p004_livedemo 原文地址:http://blog.51cto.com/liangxiao/2085562