##Android ###UI效果集合
###UI效果
1.MultiCardMenu 仿腾讯手机管家首页效果
2.AndroidSwipeLayout
侧滑
3.AndroidViewAnimations 动画
4.vector-compat 动画按钮
5.spots-dialog Loading对话框
6.MaterialSpinner Material Design风格的Spinner
7.SimpleTagImageView 在view的一角加图标
8.SwitchButton
9.rebound 弹簧效果
10.Genius-Android Material Design控件
11.gif-movie-view 播放gif动画
12.android-patternview 图案解锁
13.Carbon Material Design控件
14.MaterialLoadingProgressBar Material Design进度条
15.AndroidTreeView 树形控件
16.material-calendarview Material Design风格的日历控件
17.BooheeScrollView ScrollView控件
18.MaterialImageView Material Design风格的圆角图片
19.SpringIndicatorviewpager指示器
20.Material-AnimationsMaterial Design动画
21.UltimateRecyclerViewRecyclerView扩展
22.FilterMenu圆盘菜单
23.Taurus 下拉刷新
24.GridPasswordView 密码输入框
25.BadgeView 文本框带数字图标
26.StickyListHeadersListView滑动悬浮标题
27.AndroidSlidingUpPanel 新闻卡片视图
28.cardslib 卡片VIEW
29.AndroidStaggeredGrid 瀑布流式的gridview
30.ListViewAnimations Listview动画效果
31.bootstrapbootstrap效果
32.SlidingMenu 侧滑菜单
33.FreeFlow 嵌套view
34.MaterialDesignLibrary Material Design控件库
35.android-styled-dialogsMaterial Design对话框
36.android-betterpickers日期 数字 选择框
37.android-process-button 带进度条的按钮
38.ProgressWheel 圆形进度条
39.android-ui 菜单按钮 颜色变化
40.RippleEffect Material Design控件
41.PhotoView 手势缩放的图片控件
42.QuickReturn listview滑动时候显示页头页脚
43.GridViewWithHeaderAndFooter 给GridView加页头页脚
44.android-Ultra-Pull-To-Refresh 下拉刷新
45.MatchView 动画效果的文字
46.Android-PullLayout 仿UC浏览器首页下拉刷新
47.ViewPagerIndicator
48.uitableview
49.material-menu material menu菜单
50.NiftyDialogEffects 酷炫对话框
51.android-swipelistview listview item侧滑
52.drag-sort-listview listview 拖动排序
53.android-pulltorefresh 下拉刷新
54.cardsui-for-android 卡片View
55.loadtoast toast控件
56.WechatLikeBottomTabUI 微信底部菜单按钮渐变
57.Bookends 给 RecyclerView 添加 headers 和 footers 的库
58.ElasticDownload 酷炫的下载进度条
59.ExRecyclerView 扩展的RecyclerView
### 完整项目 1.[android-UniversalMusicPlayer](https://github.com/googlesamples/android-UniversalMusicPlayer) 音乐播放器
2.[Talon-for-Twitter](https://github.com/klinker24/Talon-for-Twitter) 仿twitter
3.[weiciyuan](https://github.com/qii/weiciyuan) 仿微博
4.[AndEngine](https://github.com/nicolasgramlich/AndEngine) 2D游戏引擎
5.[QuickNews](https://github.com/tigerguixh/QuickNews) 新闻客户端
6.[WifiChat](https://github.com/hillfly/WifiChat)
7.[Material-Movies](https://github.com/saulmm/Material-Movies) mvp架构的电影APP
8.[ijkplayer](https://github.com/Bilibili/ijkplayer) B站开源的视频播放器
9.[DanmakuFlameMaster](https://github.com/Bilibili/DanmakuFlameMaster)B站的弹幕引擎
###lib库 1.[fresco](https://github.com/facebook/fresco) 图片加载
2.[gemoji](https://github.com/github/gemoji) 表情库
3.[device-year-class](https://github.com/facebook/device-year-class) 分析手机硬件配置信息
4.[LiteHttp](https://github.com/litesuits/android-lite-http) http库
5.[卸载自身,反馈统计](https://github.com/lzyickobe/UnInstallDemo)
6.[sqlbrite](https://github.com/square/sqlbrite) sqlite封装
7.[JsBridge](https://github.com/lzyzsd/JsBridge) JS交互
8.[jpinyin](https://github.com/stuxuhai/jpinyin) 汉字转拼音
9.[GoldenGate](https://github.com/Flipboard/GoldenGate) JS交互
10.[SmartProxy](https://github.com/hedaode/SmartProxy) 网络代理库
11.[RxJava](https://github.com/ReactiveX/RxJava)
12.[roboguice](https://github.com/roboguice/roboguice)依赖注入
13.[ion](https://github.com/koush/ion) 图片加载
14.[butterknife](https://github.com/JakeWharton/butterknife) view依赖注入
15.[okhttp](https://github.com/square/okhttp)网络库
16.[TextSecure](https://github.com/WhisperSystems/TextSecure)加密通信库
17.[retrofit](https://github.com/square/retrofit) 网络请求库
18.[picasso](https://github.com/square/picasso) 图片加载
19.[android-async-http](https://github.com/loopj/android-async-http) 网络请求库
20.[Android-Universal-Image-Loader](https://github.com/nostra13/Android-Universal-Image-Loader) 图片加载
21.[DataDroid](https://github.com/foxykeep/DataDroid) 网络请求库
22.[cube-sdk](https://github.com/etao-open-source/cube-sdk) 图片加载
23.[android-crop](https://github.com/jdamcd/android-crop) 图片裁剪
24.[androidMoveApp](https://github.com/AmongOthers/androidMoveApp) 应用搬家
25.[squidb](https://github.com/yahoo/squidb) 雅虎sqlite orm开源库
26.[glide](https://github.com/bumptech/glide) 处理bitmap库
27.[Trigger](https://github.com/airk000/Trigger) 事件触发器,类JobScheduler
###编码技巧 1.[base-adapter-helper](https://github.com/JoanZapata/base-adapter-helper) 简化adapter编码
2.[Algorithms](https://github.com/pedrovgs/Algorithms) 算法java实现版本
3.[utility](https://github.com/node-modules/utility) 工具类
###框架模式 1.[Vaadin-MVP-Lite](https://github.com/sockeqwe/Vaadin-MVP-Lite) MVP模式
2.[dagger](https://github.com/square/dagger) 替代fragment的框架
3.[dynamic-load-apk](https://github.com/singwhatiwanna/dynamic-load-apk) APK动态加载框架
4.[EventBus](https://github.com/greenrobot/EventBus)
5.[otto](https://github.com/square/otto)
###安全 1.[Xposed](https://github.com/rovo89/XposedBridge)
2.[adbi](https://github.com/crmulliner/adbi) 注入
3.[AllHookInOne](https://github.com/boyliang/AllHookInOne)
4.[Component_Injection](https://github.com/boyliang/Component_Injection)
5.[injection_by_ptrace](https://github.com/boyliang/injection_by_ptrace)
###工具 1.[stetho](https://github.com/facebook/stetho) 在chorme浏览器中调试android
2.[androidtool-mac](https://github.com/mortenjust/androidtool-mac) mac下连接Android手机截屏录屏工具
3.[leakcanary](https://github.com/square/leakcanary) 内存泄露检查工具
4.[jadx](https://github.com/skylot/jadx) java代码反编译神器
5.[android_gradle_script](https://github.com/lihei12345/android_gradle_script) android批量打包脚本
###其他 1.[算法学习](https://github.com/julycoding/The-Art-Of-Programming-By-July)
2.[翻译国外技术文章](https://github.com/bboyfeiyu/android-tech-frontier)
3.[Android源码设计模式分析](https://github.com/simple-android-framework-exchange/android_design_patterns_analysis)
4.[国外开发者博客](https://github.com/android-cn/android-dev-com)
5.[The Google I/O 2014](https://github.com/google/iosched)
6.[AndroidDevTools](https://github.com/inferjay/AndroidDevTools)
7.[android-open-project](https://github.com/Trinea/android-open-project) ##前端 ### [fks](https://github.com/JacksonTian/fks)技能汇总 1.[node-lessons](https://github.com/alsotang/node-lessons) nodejs学习
2.[scrat](https://github.com/scrat-team/scrat) UC前端框架
3.[samurai-native](https://github.com/hackers-painters/samurai-native) 使用html开发原生app
4.[page-monitor](https://github.com/fouber/page-monitor) 页面监听
##iOS