GitHub上项目的收集

1、在Canvas 中玩转SVG Path

地址:https://github.com/JorgeCastilloPrz/AndroidFillableLoaders

效果图:

2、Android-MaterialRefreshLayout

https://github.com/android-cjj/Android-MaterialRefreshLayout

3、albaba的fastjson

https://github.com/alibaba/fastjson

3、安卓下拉刷新开源库对比

https://github.com/desmond1121/Android-Ptr-Comparison#Repo

4、我试用的下拉库

https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh

这个库好强大,以后用它了https://github.com/scwang90/SmartRefreshLayout

 

5、加载图片库:

Android-Universal-Image-Loader

https://github.com/nostra13/Android-Universal-Image-Loader

6、SwipeBackLayout

https://github.com/ikew0ng/SwipeBackLayout

 

7、RxLifecycle 生命周期处理api使用RxJava Android应用程序

https://github.com/trello/RxLifecycle

 

8、

https://github.com/greenrobot/greenDAO

 

9、RxAndroid:

http://gank.io/post/560e15be2dca930e00da1083

http://gank.io/post/56e80c2c677659311bed9841

http://gank.io/post/56e80c2c677659311bed9841

10、一个用于app指向性功能高亮的库

https://github.com/hongyangAndroid/Highlight

11、让指定View显示Material Ripple 效果的控件。很多Ripple效果都只针对一种特定的View,但是Material Ripple Layout可以通过简单的代码让任何view都显示Ripple效果。

地址:https://github.com/balysv/material-ripple

12、

HotImg是基于对一张图片进行不规则区域点击响应不同事件

地址:https://github.com/dreamlivemeng/HotImg

 

13、一个实现了show more /show less的TextView。

 

https://github.com/bravoborja/ReadMoreTextView

效果图:

14、一个用于app指向性功能高亮的库

地址:https://github.com/hongyangAndroid/Highlight

15、轮播

地址:https://github.com/lightSky/InfiniteIndicator

16、注解

地址:https://github.com/JakeWharton/butterknife

使用注意:一定要注意环境配置

17、底部导航

地址: https://github.com/sephiroth74/Material-BottomNavigation

②、https://github.com/aurelhubert/ahbottomnavigation

③、https://github.com/roughike/BottomBar

④http://blog.csdn.net/chay_chan/article/details/73715607      (使用中)

18、谷歌官方mvp demo

地址:https://github.com/googlesamples/android-architecture

19、拖动

地址:https://github.com/h6ah4i/android-advancedrecyclerview

20、glide

地址:https://github.com/bumptech/glide

https://github.com/wasabeef/glide-transformations

http://blog.csdn.net/xiehuimx/article/details/52349317

 

中文文档:http://mrfu.me/2016/02/27/Glide_Getting_Started/

21、泓洋 okHttp

https://github.com/hongyangAndroid/okhttp-utils

22、Gson

地址:https://github.com/google/gson

 

23、PhotoView

地址:https://github.com/chrisbanes/PhotoView

24、垂直翻页公告

http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2016/0722/4520.html

github:

https://github.com/sfsheng0322/MarqueeView

25、状态栏状态:

地址:https://github.com/laobie/StatusBarUtil

26、应用自动安装库

地址:https://github.com/a-voyager/AutoInstaller

27、wap启动apk

http://www.jianshu.com/p/8f52f8f48110

28、注入框架

地址:https://github.com/google/dagger

http://i.woblog.cn/2016/07/18/use-dagger2/

29、recyclerView

地址:https://github.com/CymChad/BaseRecyclerViewAdapterHelper

https://gold.xitu.io/entry/579d8c13a341310063eb156b

30、mvp插件

地址:https://github.com/githubwing/MVPHelper/

31、Android开发人员不得不收集的代码(持续

地址:http://www.jianshu.com/p/72494773aace

32、

地址:http://gank.io/post/56e80c2c677659311bed9841

33、webview

地址:http://x5.tencent.com/doc?id=1004

34、加载更多和下拉刷新

地址:https://github.com/qbaowei/RefreshLoadMoreLayout

35、权限

地址:https://github.com/googlesamples/easypermissions

 

RxPermissions:

https://github.com/tbruyelle/RxPermissions

//泓洋->权限库

https://github.com/hongyangAndroid/MPermissions

 

36、dialog

地址:https://github.com/weavey/NormalSelectDialog

37、各种SlidingMenu

地址:https://github.com/nugongshou110/SlidingMenu

38、图片选择器

 

39、frameworks源码

地址:https://github.com/android/platform_frameworks_base

http://androidxref.com/7.1.1_r6/xref/frameworks/base/

40、字体库:

地址:https://github.com/chrisjenx/Calligraphy

41、Swipe Layout

地址:https://github.com/daimajia/AndroidSwipeLayout

42、recyclerview粘性头部

地址:https://github.com/timehop/sticky-headers-recyclerview

43、为你的应用程序加上数字角标

地址:https://github.com/leolin310148/ShortcutBadger

44、打包神器

地址:https://github.com/Meituan-Dianping/walle

python打包:https://github.com/xiaohongmaosimida/apkSignandAddChannels

45、播放器:

https://github.com/soimort/you-get

46、万能适配器

地址:https://github.com/drakeet/MultiType

47、App Theme Engine 

地址:https://github.com/naman14/app-theme-engine

compile('com.github.afollestad:app-theme-engine:0.2.1') {        transitive = true    }

改为

 

 compile('com.github.naman14:app-theme-engine:0.5.2@aar',{
        exclude group: 'com.android.support', module: 'support-annotations'
        transitive = true
    })

 

48、时间和条件选择器(三级联动)

 

地址:https://github.com/Bigkoo/Android-PickerView

https://github.com/gzu-liyujiang/AndroidPicker

49、图表控件:

hellocharts:https://github.com/lecho/hellocharts-android

MPAndroidChart-master:https://github.com/PhilJay/MPAndroidChart

AndroidCharts:https://github.com/HackPlan/AndroidCharts

50、网页形式查看sqLite和SharedPreferences保存的数据

https://github.com/amitshekhariitbhu/Android-Debug-Database

使用:http://note.youdao.com/noteshare?id=7c4296b3aa7243443eb07645ac2d5572

51、图片选择器

地址:https://github.com/crazycodeboy/TakePhoto/

52、Android资源混淆工具

地址:https://github.com/shwenzhang/AndResGuard/blob/master/README.zh-cn.md

53、检查内存溢出工具(日志)

leakcanary

https://github.com/square/leakcanary

54、仿微信朋友圈9图上传选择器

https://github.com/yaozs/ImageShowPicker

55、字体库

https://github.com/chrissimpkins/Hack

56、banner:

https://github.com/xiaohaibin/XBanner

57、 31个Android 开发者工具

http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2017/0526/7973.html

58、关键词流程视图

https://github.com/wenhuaijun/KeywordsFlowView

59、webview封装

https://github.com/Justson/AgentWeb

60、FFmpeg 视频框架

https://github.com/FFmpeg/FFmpeg

ijkplayer:

https://github.com/Bilibili/ijkplayer

https://github.com/curtis2/SuperVideoPlayer

61、计算dex数量

https://github.com/KeepSafe/dexcount-gradle-plugin

62、开源中国app

地址:https://git.oschina.net/oschina/android-app

63、安卓选择器类库

地址:https://github.com/gzu-liyujiang/AndroidPicker

64、Bugly

https://bugly.qq.com/docs/user-guide/instruction-manual-android/?v=20170627170213

65、引导页:

https://github.com/Cleveroad/slidingtutorial-android

66、多布局:

https://github.com/czy1121/loadinglayout

67、阿里开源:

https://github.com/alibaba/vlayout

68、圆环

https://github.com/bmarrdev/android-DecoView-charting

69、手势解锁

https://juejin.im/entry/5975d01151882559722b6ab5

http://blog.csdn.net/lmj623565791/article/details/36236113

70、WebView·开车指南

https://jiandanxinli.github.io/2016-08-31.html?hmsr=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io

71、android studio插件

https://github.com/sunzq19931016/Android-Studio-Plugins-cn

http://mp.weixin.qq.com/s/fb69X2BUt5J0d8CEWRzMAw

72、material 搜索视图

https://github.com/MiguelCatalan/MaterialSearchView

73、材料芯片视图。 可用作类别,联系人或创建文本云的标签

https://github.com/robertlevonyan/materialChipView

78、闪烁刷新布局

https://github.com/lcodecorex/TwinklingRefreshLayout

79、推送

https://github.com/pengyuantao/OnePush

80、Android 快速实现新手引导层的库

https://github.com/huburt-Hu/NewbieGuide

81、Android启动页黑屏及最优解决方案

http://mp.weixin.qq.com/s/QiYaK7xgSX9XcSG6biC8xQ

https://github.com/ladingwu/Splash

82、kotlin 使用 ButterKnife

https://github.com/JakeWharton/kotterknife

kotlin学习资料

https://github.com/kymjs/KotlinDoc-cn

https://academy.realm.io/cn/posts/droidcon-michael-pardo-kotlin/

83、rx下载

https://github.com/ssseasonnn/RxDownload

84、ColorTrackTabLayout

https://github.com/yewei02538/ColorTrackTabLayout

85、Android UI 开发效率的 UI 库

https://github.com/QMUI/QMUI_Android

86、图片压缩库

https://github.com/shaohui10086/AdvancedLuban

87、网络请求库

https://github.com/jeasonlzy/okhttp-OkGo

https://github.com/square/okhttp

89、刷新

https://github.com/scwang90/SmartRefreshLayout?utm_source=gold_browser_extension

90、专注于提升H5首屏加速度

https://github.com/Tencent/VasSonic?utm_source=gold_browser_extension

91、android 工具代码:

https://github.com/Blankj/AndroidUtilCode?utm_source=gold_browser_extension

92、悬浮

https://github.com/yhaolpz/FloatWindow?utm_source=gold_browser_extension

93、apizza

测试api

94、日历控件 CalendarView

https://github.com/huanghaibin-dev/CalendarView

95、阿里组件化 atlas

https://alibaba.github.io/atlas/index.html

96、多条件筛选菜单

https://github.com/dongjunkun/DropDownMenu

97、库

https://guides.codepath.com/android/Must-Have-Libraries

 

98、java 模块化开发

https://github.com/alibaba/jarslink?utm_source=gold_browser_extension

99、as 插件

1.Translation

https://mp.weixin.qq.com/s/Bm6cwzA2yAxr5kpDwUz9YQ

1.AndroidSourceViewer

https://mp.weixin.qq.com/s/cQhlkuqY5igia-R7A0AWVw

 

100、今日头条适配方案:

https://zhuanlan.zhihu.com/p/37199709

https://github.com/JessYanCoding/AndroidAutoSize

101、App虚拟化引擎

https://github.com/asLody/VirtualApp/blob/master/CHINESE.md

102、一行代码检测XP/调试/多开/模拟器/root

https://github.com/lamster2018/EasyProtector

 

103、扫描二维码:

https://github.com/dm77/barcodescanner

 

104、源项目:

http://www.xiufm.com/?tdsourcetag=s_pcqq_aiomsg

https://www.dandroid.cn/?tdsourcetag=s_pcqq_aiomsg

http://down.admin5.com/android/?tdsourcetag=s_pcqq_aiomsg

https://github.com/liu-xiao-dong/JD-Test

105、免费使用的云

https://leancloud.cn/

106、日志

https://github.com/orhanobut/logger

 

107、后端接口和文档自动化,前端(客户端) 定制返回JSON的数据和结构!

https://github.com/TommyLemon/APIJSON

 

108、手册:

①FreeMarker:http://www.kerneler.com/freemarker2.3.23/ref_directive_include.html

 

109、软件收集:

①sketch

②幕布(脑图工具)

③charles(抓包工具)

④cornerstone(mac 使用svn工具)

⑤sourceTree(git 可视化工具)

110、tablayout

https://github.com/H07000223/FlycoTabLayout/blob/master/README_CN.md

111、materi

https://github.com/material-components/

112、android直播教程

https://blog.csdn.net/lmj623565791/article/details/77937483

 

  • 3
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 2
    评论
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值