本篇摘自楊光福:http://www.cnblogs.com/yangguangfu/p/4429355.html
html
Android中國開發精英②:207203815android
目前包括:
Android開源項目第一篇——個性化控件(View)篇
包括ListView、ActionBar、Menu、ViewPager、Gallery、GridView、ImageView、ProgressBar、TextView、ScrollView、TimeView、TipView、FlipView、ColorPickView、GraphView、UI Style、其餘
Android開源項目第二篇——工具庫篇
包括依賴注入、圖片緩存、網絡相關、數據庫ORM工具包、Android公共庫、高版本向低版本兼容庫、多媒體、事件總線、傳感器、安全、插件化、文件、其餘
Android開源項目第三篇——優秀項目篇
比較有意思的完整的Android項目
Android開源項目第四篇——開發及測試工具篇
包括開發效率工具、開發自測相關、測試工具、開發及編譯環境、其餘
Android開源項目第五篇——優秀我的和團體篇
樂於分享而且有一些很不錯的開源項目的我的和組織,包括JakeWharton、Chris Banes、Koushik Dutta等大牛
第一部分 個性化控件(View)主要介紹那些不錯個性化的View,包括ListView、ActionBar、Menu、ViewPager、Gallery、GridView、ImageView、ProgressBar、TextView、ScrollView、TimeView、TipView、FlipView、ColorPickView、GraphView、UI Style等等。
1、ListViewgit
2、ActionBar程序員
3、Menugithub
- MenuDrawer
滑出式菜單,經過拖動屏幕邊緣滑出菜單,支持屏幕上下左右劃出,支持當前View處於上下層,支持Windows邊緣、ListView邊緣、ViewPager變化劃出菜單等。
項目地址:https://github.com/SimonVT/android-menudrawer
Demo地址:http://simonvt.github.io/android-menudrawer/
APP示例:Gmail、Google Music等大部分google app
- SlidingMenu
滑出式菜單,經過拖動屏幕邊緣滑出菜單,支持屏幕左右劃出,支持菜單zoom、scale、slide up三種動畫樣式出現。與MenuDrawer相比而言,SlidingMenu支持菜單動畫樣式出現,MenuDrawer支持菜單view處於內容的上下層
項目地址:https://github.com/jfeinstein10/SlidingMenu
Demo地址:https://play.google.com/store/apps/details?id=com.slidingmenu.example
APP示例:Foursquare, LinkedIn, Zappos, Rdio, Evernote Food, Plume, VLC for Android, ESPN ScoreCenter, MLS MatchDay, 9GAG, Wunderlist 2, The Verge, MTG Familiar, Mantano Reader, Falcon Pro (BETA), MW3 Barracks
- ArcMenu
支持相似Path的左下角動畫旋轉菜單及橫向劃出菜單、圓心彈出菜單
項目地址:https://github.com/daCapricorn/ArcMenu
效果圖:
https://dl.dropboxusercontent.com/u/11369687/preview1.png
https://dl.dropboxusercontent.com/u/11369687/raymenu.png
APP示例:Path
- android-satellite-menu
相似Path的左下角動畫旋轉菜單
項目地址:https://github.com/siyamed/android-satellite-menu
Demo地址:https://github.com/Trinea/TrineaDownload/blob/master/satellite-menu-demo.apk?raw=true
APP示例:Path
- radial-menu-widget
圓形菜單,支持二級菜單
項目地址:https://code.google.com/p/radial-menu-widget/
效果圖:http://farm8.staticflickr.com/7377/11621125154_d1773c2dcc_o.jpg
- Android Wheel Menu
圓形旋轉選取菜單
項目地址:https://github.com/anupcowkur/Android-Wheel-Menu
效果圖:
- FoldingNavigationDrawer
滑動並以摺疊方式打開菜單
項目地址:https://github.com/tibi1712/FoldingNavigationDrawer-Android
Demo地址:https://play.google.com/store/apps/details?id=com.ptr.folding.sample
效果圖:
- AndroidResideMenu
仿 Dribbble 的邊欄菜單
項目地址:https://github.com/SpecialCyCi/AndroidResideMenu
效果圖:
- CircularFloatingActionMenu
一個可定製的圓形的浮動菜單控件,相似於Path的圓形菜單。這個控件的可定製性更強,能夠很容易的定製菜單出現消失時的動畫,起始角度和半徑。
項目地址:https://github.com/oguzbilgener/CircularFloatingActionMenu
Demo地址:https://github.com/oguzbilgener/CircularFloatingActionMenu/tree/master/samples
效果圖:
- NavigationDrawerSI
Navigation Drawer的一個簡單實現,滑動並以摺疊方式打開菜單
項目地址:https://github.com/mmBs/NavigationDrawerSI
Demo地址:https://play.google.com/store/apps/details?id=mmbialas.pl.navigationdrawersi
效果圖:
APP示例:https://play.google.com/store/apps/details?id=mmbialas.pl.navigationdrawersi
- DragLayout
使用support.v4包下的ViewDragHelper實現QQ5.0側滑
項目地址:https://github.com/BlueMor/DragLayout
效果圖:
- LDrawer
Material Design 形式的展開摺疊Icon
項目地址:https://github.com/ikimuhendis/LDrawer
效果圖:
- Floating Action Button
懸浮的圓形菜單欄,支持組建滾動時自動隱藏及其餘設置
項目地址:https://github.com/shamanland/floating-action-button
效果圖:
4、ViewPager 、Gallery數據庫
5、GridView緩存
6、ImageView安全
7、ProgressBar微信
8、TextView包括TextView及全部繼承自TextView控件,如EditText、Button、RadioButton
1. android-flowtextview
文字自動環繞其餘View的Layout
項目地址:https://code.google.com/p/android-flowtextview/
效果圖:http://i949.photobucket.com/albums/ad332/vostroman1500/1.png 網絡
9、ScrollView
10、TimeView包括TimePicker、DatePicker、CalendarView、Clock等時間相關控件
11、TipView包括Toast、角標、UndoBar等提示性控件
12、FlipView
十3、ColorPickView
十4、GraphView