
开源项目
文章平均质量分 73
路易斯睿齐
这个作者很懒,什么都没留下…
展开
-
VMware Workstation 16.1 macOS unlocker 3.0.3
1.在线版Unlocker 3.0.3https://github.com/paolo-projects/unlocker/releasesAuto-Unlocker v1.1.1https://github.com/paolo-projects/auto-unlocker/releasesunlocker 3.0.3https://github.com/BDisp/unlocker/releases2.离线版http://softwareupdate.vmware.com/cds/vmw-原创 2020-08-04 17:57:02 · 11083 阅读 · 0 评论 -
Android开源项目汇总20150712更新
Trinea (github)总结的Android开源项目汇总 转此记录研究 附一些内容目前包括:Android开源项目第一篇——个性化控件(View)篇 包括ListView、ActionBar、Menu、ViewPager、Gallery、GridView、ImageView、ProgressBar、TextView、ScrollView、TimeView、TipView、Flip转载 2015-07-12 21:23:14 · 3198 阅读 · 0 评论 -
SwipeBackLayout实现滑动结束当前Activity
SwipeBackLayout是一款优秀的开源项目 使用方式: 1.将SwipeBackLayout添加进项目的依赖中 2.让activity继承SwipeBackActivity,可以通过getSwipeBackLayout()方法自定义SwipeBackLayout 3.在主题中设置true效果: Eclipse下的demo下载SwipeBackLayout4Eclipse原创 2015-07-02 15:01:33 · 1887 阅读 · 0 评论 -
9款Android常用的快速开发框架
1、Afinal框架项目地址:https://github.com/yangfuhai/afinal项目地址:http://www.oschina.net/p/afinal主要有四大模块: (1) 数据库模块:android中的orm框架,使用了线程池对sqlite进行操作。 (2) 注解模块:android中的ioc框架,完全注解方式就可以进行UI绑定和事件绑原创 2015-08-19 23:42:25 · 2547 阅读 · 0 评论 -
android-pulltorefresh 下拉加载中使用gif动图
效果预览:xml布局<com.handmark.pulltorefresh.library.PullToRefreshListView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:ptr="http://schemas.android.com/apk/res-auto" android原创 2015-07-12 22:42:19 · 4062 阅读 · 2 评论 -
Universal-Image-Loader,android-Volley,Picasso、Fresco和Glide五大Android开源组件加载网络图片的优缺点比较
在android中的加载网络图片是一件十分令人头疼的事情,在网上有着许多关于加载网络图片的开源库,可以让我们十分方便的加载网络图片。在这里我主要介绍一下我自己在使用Volley, Picasso, Universal-Imageloader的一些使用的感悟。以及最基本的用法介绍。1.android-Volley给ImageView设置图片源// im原创 2015-07-20 15:11:16 · 30777 阅读 · 5 评论