Github原创库
天盟
这个作者很懒,什么都没留下…
展开
-
修复 Universal-image-loader 的几个Bug
1、基于版本universal-image-loader-1.9.22、修复了下面两个bug1、Could not validate certificate signatureorg.bouncycastle.jce.exception.ExtCertPathValidatorException: Could not validate certificate signa原创 2014-06-02 11:54:35 · 8094 阅读 · 9 评论 -
WeexContainer-Android:Android平台上的Weex容器,实现MPA、Bundle缓存等通用功能
WeexContainer-Android一个Android平台上Weex容器,实现MPA,Bundle缓存、验签等通用功能。SDK代码地址:https://github.com/MasonLiuChn/WeexContainer-Android一、Demo:http://www.masonliu.com/app/digua/downloadhttps://github.com...原创 2018-04-20 15:27:27 · 925 阅读 · 2 评论 -
使用github作为maven仓库的方法
一、使用github作为maven仓库的优势1、不用申请公共仓库账号2、和github代码版本保持一致二、方法1、使用jitpack.io 关于jitpack.io的使用文章网上有很多,在这里不做过多介绍了2、新建github仓库作为maven仓库 1、这种方法实际上利用github的raw服务把git仓库当作http下载服务使用,例如我的仓库:https://git...原创 2018-04-12 15:18:43 · 4463 阅读 · 1 评论 -
APK多渠道打包方案汇总
APK多渠道打包方案汇总一、修改APK META-INF打包(推荐)原理:每次修改 APK META-INF优点:速度快,不需要源代码和签名文件,使用简单缺点:没有使用Android的productFlavors,无法利用flavors条件编译的功能https://github.com/MasonLiuChn/BatchPackApkhttps://github.com/GavinCT/Androi原创 2016-04-27 17:38:10 · 995 阅读 · 0 评论 -
更方便的使用retrofit2,兼容retrofit1.x
RetrofitPlusretrofit2的扩展库,方便的使用https、callback、兼容retrofit1.x的用法【Github源码地址,欢迎Star和Follow】Feature1、已经 rebase 到最新 retrofit2 代码(目前是最新的retrofit2.0.1),支持原生 retrofit2 所有特性。2、增加@HTTPS Annotation,可以灵活配置哪些方法使用 h原创 2016-04-27 17:47:17 · 1429 阅读 · 0 评论 -
Xcode中iOS工程的Group结构与文件系统同步-SyncXcodeFolder
SyncXcodeFolderSync your Xcode iOS project Group to the folder in file system.中文:Xcode中iOS工程的Group结构同步到文件系统,使得文件系统看到的目录结构和Xcode中看到的Group结构一致。Github源码地址,欢迎Star和FollowUsage:Downlod java_project.jar.java原创 2016-04-27 17:32:40 · 1291 阅读 · 0 评论 -
自定义控件-MultipleTextView(自动换行、自动补齐宽度的排列多个TextView)
一、功能:1、传入一个 List 数组,控件会自动添加TextView,一行显示不下会自动换行,并且把上一行末尾的空白通过拉伸而铺满。2、配置灵活<com.dd544.bu.MultipleTextView xmlns:my="http://schemas.android.com/apk/res-auto" android:id="@+id/main_r原创 2014-06-01 16:22:38 · 5618 阅读 · 3 评论 -
自定义控件-DragButton
一、描述可拖动的Button二、无图无真相这是用在真实项目中的效果图,和demo还不太一样。三、源码https://github.com/mentor811/Demo_DragButton原创 2014-06-02 11:17:24 · 1501 阅读 · 0 评论 -
自定义控件-DownSlidingDrawer
一、描述可以下拉的 SlidingDrawer二、效果图图片是网上找到,但是效果是一样的三、源码https://github.com/mentor811/Demo_MySlidingDrawer原创 2014-06-02 11:23:54 · 1188 阅读 · 0 评论 -
自定义控件-LinearListView
一、描述用LinearLayout 实现的一个ListView ,重写了ListView中的常用函数,所以使用起来和ListView 没有差别。比如:setAdapter、addHeader、addFooter 等常用方法。二、源码https://github.com/mentor811/Demo_DownRefresh_LinearList原创 2014-06-02 11:31:55 · 3269 阅读 · 2 评论 -
自定义控件-GifView
一、描述显示Gif 的View原理是用 MediaPlayer 实现的二、源码https://github.com/mentor811/Demo_GifView【 声明:版权所有,欢迎转载,请勿用于商业用途。 --天盟】原创 2014-06-02 11:42:43 · 1343 阅读 · 0 评论 -
RNContainer-Android - 基于react-native sdk封装的运行bundle的容器
RNContainer-Androidhttps://github.com/MasonLiuChn/RNContainer-Android此工程是基于react-native Android sdk封装的运行bundle的容器,使用redux和本人建议使用Weex来代替react-native,下面有weex和react-native开发时的差异点。TODO1、download 管理,...原创 2018-12-18 12:41:23 · 485 阅读 · 0 评论