每次都開一個帖子真麻煩,以后全部在這里,會不斷更新
匯總Android優(yōu)秀開源項目 http://www.aswifter.com/android-github/
ExpandableLayout https://github.com/traex/ExpandableLayout
Android酷炫實用的開源框架(UI框架) http://www.androidchina.net/1992.html#rd
ShowTipsView實現(xiàn)類似教學(xué)指引的蒙板 https://github.com/fredericojssilva/ShowTipsView
一個標(biāo)簽云效果,隨機出現(xiàn)文字,然后漸漸隱去。本布局實現(xiàn)了在屏幕上隨機生成可供操作的子控件控件,并完成向中心移動的隨控件出現(xiàn)位置,動態(tài)設(shè)定的動畫效果 http://www.open-open.com/lib/view/open1446619191842.html 仿ios滑動切換的ToggleButton https://github.com/zcweng/ToggleButton
SwitchButton實現(xiàn)ios風(fēng)格開關(guān)控件. http://www.23code.com/switchbutton-2/
一個簡單的SegmentControl控件 https://github.com/7heaven/SHSegmentControl
Android可滾動Tabs:Scrollable http://www.open-open.com/lib/view/open1428548390135.html
Android擴展UI組件—SlideTabLayout http://www.open-open.com/lib/view/open1428560439354.html
Android水滴效果的滑動切換頁面:SPRingIndicator http://www.open-open.com/lib/view/open1426474795101.html
ColorArt  根據(jù)圖片的均色設(shè)置背景色顯示文字和圖片,類似itune11中效果  項目地址:https://github.com/MichaelEvans/ColorArt  Demo地址:https://github.com/Trinea/TrineaDownload/blob/master/color-art-demo.apk?raw=true  這個功能可以和很方便的設(shè)置和源圖片相和諧的顏色  Android 5.0學(xué)習(xí)之使用Palette,似乎goolgle也料到了這個功能的重要性,在android5.0里也加入了。   使用 Palette的兼容包實現(xiàn)從一張圖片中提取出顏色(6種色板顏色)。  http://www.jcodecraeer.com/a/opensource/2015/0311/2579.html
 使用 Palette的兼容包實現(xiàn)從一張圖片中提取出顏色(6種色板顏色)。  http://www.jcodecraeer.com/a/opensource/2015/0311/2579.html  
https://github.com/dmytrodanylyk/circular-progress-button   自定義ListView中實現(xiàn)多列和可變大小的元素:AsymmetricGridView  http://www.open-open.com/lib/view/open1413857075528.html
 自定義ListView中實現(xiàn)多列和可變大小的元素:AsymmetricGridView  http://www.open-open.com/lib/view/open1413857075528.html   顯示帶模糊效果的DialogFragment:BlurDialogFragment  http://www.open-open.com/lib/view/open1416280263289.html
 顯示帶模糊效果的DialogFragment:BlurDialogFragment  http://www.open-open.com/lib/view/open1416280263289.html 
 http://www.open-open.com/lib/view/open1416143899789.html
 http://www.open-open.com/lib/view/open1416143899789.html  
可展開/折疊的Android TextView:ExpandableTextView  http://www.open-open.com/lib/view/open1418564697292.html  
http://www.open-open.com/lib/view/open1416794170805.html

Android 聊天控件:Android-Chat-Widget https://github.com/ijarobot/Android-Chat-Widget
實現(xiàn)股票列表聯(lián)動效果,實現(xiàn)listview上下滑動:LeftRightScroll http://www.open-open.com/lib/view/open1419575259656.html
https://github.com/oli107/material-range-bar  
https://github.com/Rogero0o/MatchView  
動畫效果  https://github.com/daimajia/AndroidViewHover  
http://gundumw100.iteye.com/blog/2009499 
PagerSlidingTabStrip Tabs滑塊滑動效果 https://github.com/astuetz/PagerSlidingTabStrip
twoway-view實現(xiàn)了雙向的listview 豎屏?xí)r垂直滾動模式,橫屏?xí)r水平滾動模式.
 
  AndroidStaggeredGrid 實現(xiàn)瀑布流效果,是一個支持實現(xiàn)多行多列且可變尺寸的階梯形網(wǎng)格視圖的開源庫。  StaggeredGridView 的開發(fā)是因為該開源作者在實現(xiàn)其Etsy app時發(fā)現(xiàn)Google的Android庫中沒有提供相關(guān)功能以實現(xiàn)其需求,即需要在landscape & portrait兩種模式下顯示不同的行、列,且能在模、豎屏都保持單元格顯示同步, 運行穩(wěn)定,還要支持自定義頁頭 & 頁腳。
 AndroidStaggeredGrid 實現(xiàn)瀑布流效果,是一個支持實現(xiàn)多行多列且可變尺寸的階梯形網(wǎng)格視圖的開源庫。  StaggeredGridView 的開發(fā)是因為該開源作者在實現(xiàn)其Etsy app時發(fā)現(xiàn)Google的Android庫中沒有提供相關(guān)功能以實現(xiàn)其需求,即需要在landscape & portrait兩種模式下顯示不同的行、列,且能在模、豎屏都保持單元格顯示同步, 運行穩(wěn)定,還要支持自定義頁頭 & 頁腳。   CustomLoading  各種加載效果和圓形進度展示。
 CustomLoading  各種加載效果和圓形進度展示。   ProgressButton實現(xiàn)自定義圓形進度按鈕  ProgressButton is a custom progress indicator with a tiny footprint. The default implementation provides a pin progress button as seen on the Android design site. Based on the sample code provided by Roman Nurik onGoogle Code.
 ProgressButton實現(xiàn)自定義圓形進度按鈕  ProgressButton is a custom progress indicator with a tiny footprint. The default implementation provides a pin progress button as seen on the Android design site. Based on the sample code provided by Roman Nurik onGoogle Code.  
介紹一個Android的開源的自定義小控件:TextDrawable http://my.oschina.net/banxi/blog/122608 Universal-Image-Loader https://github.com/nostra13/Android-Universal-Image-Loader
新聞熱點
疑難解答