Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
likebamboo committed Apr 9, 2014
1 parent 18845e4 commit b7b77e9
Showing 1 changed file with 47 additions and 46 deletions.
93 changes: 47 additions & 46 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,16 @@ Android Open Source Projects

*感谢[vmlinz](https://github.com/vmlinz) [xalexchen](https://github.com/xalexchen) [youxiachai](https://github.com/youxiachai) [stormzhang](https://github.com/stormzhang)补充*

*log:2014-04-08 由 [likebamoo](https://github.com/likebamboo)增加以下项目:*
*个性化控件(View) ListView -- EnhancedListView*
*个性化控件(View) ListView -- ListBuddies*
*个性化控件(View) Menu -- AndroidResideMenu*
*个性化控件(View) ImageView -- CustomShapeImageView*
*个性化控件(View) ProgressBar -- GoogleProgressBar*
*个性化控件(View) ProgressBar -- TH-ProgressButton*
*个性化控件(View) TextView -- Titanic*
*个性化控件(View) 其他 -- PullScrollView*
*log:2014-04-08 由 [likebamoo](https://github.com/likebamboo)增加以下项目:*
*个性化控件(View) ListView -- EnhancedListView*
*个性化控件(View) ListView -- ListBuddies*
*个性化控件(View) Menu -- AndroidResideMenu*
*个性化控件(View) ImageView -- CustomShapeImageView*
*个性化控件(View) ProgressBar -- GoogleProgressBar*
*个性化控件(View) ProgressBar -- TH-ProgressButton*
*个性化控件(View) TextView -- Titanic*
*个性化控件(View) 其他 -- PullScrollView*


## 第一部分 个性化控件(View)
主要介绍那些不错个性化的View,包括ListView、ActionBar、Menu、ViewPager、Gallery、GridView、ImageView、ProgressBar及其他如Dialog、Toast、EditText、TableView、Activity Animation等等。
Expand Down Expand Up @@ -120,21 +121,20 @@ Demo地址:https://github.com/Trinea/TrineaDownload/blob/master/horizontal-lis

19. LinearListView 用LinearLayout实现的ListView,可解决多个ListView并且等问题。目前自己也有需要,等亲自尝试过后会再具体介绍
项目地址:https://github.com/frankiesardo/LinearListView

1. CustomShapeImageView
20. MultiChoiceAdapter 支持多选的ListView Adapter
项目地址:https://github.com/ManuelPeinado/MultiChoiceAdapter
Demo地址:https://play.google.com/store/apps/details?id=com.manuelpeinado.multichoiceadapter.demo

21. EnhancedListView 支持横向滑动滑动删除列表项以及撤销删除的ListView, 该项目的前身是[SwipeToDismissUndoList](https://github.com/timroes/SwipeToDismissUndoList)
项目地址:https://github.com/timroes/EnhancedListView
Demo地址:https://play.google.com/store/apps/details?id=de.timroes.android.listviewdemo&rdid=de.timroes.android.listviewdemo

22. ListBuddies 自动滚动的双列ListView ,两个ListView滚动速度不一致,有视差效果
项目地址:https://github.com/jpardogo/ListBuddies
效果展示:![Renderings](https://raw.github.com/jpardogo/ListBuddies/master/art/screenshot_listbuddies_2.png)
Demo地址:https://play.google.com/store/apps/details?id=com.jpardogo.android.listbuddies


21. EnhancedListView 支持横向滑动滑动删除列表项以及撤销删除的ListView,该项目的前身是[SwipeToDismissUndoList](https://github.com/timroes/SwipeToDismissUndoList)
项目地址:https://github.com/timroes/EnhancedListView
Demo地址:https://play.google.com/store/apps/details?id=de.timroes.android.listviewdemo&rdid=de.timroes.android.listviewdemo

22. ListBuddies 自动滚动的双列ListView ,两个ListView滚动速度不一致,有视差效果
项目地址:https://github.com/jpardogo/ListBuddies
Demo地址:https://play.google.com/store/apps/details?id=com.jpardogo.android.listbuddies
效果展示:![Renderings](https://raw.github.com/jpardogo/ListBuddies/master/art/screenshot_listbuddies_2.png)

<a href="https://github.com/Trinea/android-open-project#%E7%9B%AE%E5%89%8D%E5%8C%85%E6%8B%AC" title="返回目录" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>

#### 二、ActionBar
Expand Down Expand Up @@ -205,11 +205,12 @@ APP示例:Path
项目地址:https://github.com/tibi1712/FoldingNavigationDrawer-Android
使用介绍:https://play.google.com/store/apps/details?id=com.ptr.folding.sample
效果图:![Renderings](https://lh6.ggpht.com/VnKUZenAozQ0KFAm5blFTGqMaKFjvX-BK2JH-jrX1sIXVTqciACqRhqFH48hc4pm2Q=h310-rw)
8. AndroidResideMenu 仿 Dribbble 的边栏菜单
项目地址:https://github.com/SpecialCyCi/AndroidResideMenu
效果图:![Renderings](https://github.com/SpecialCyCi/AndroidResideMenu/raw/master/2.gif)

<a href="https://github.com/Trinea/android-open-project#%E7%9B%AE%E5%89%8D%E5%8C%85%E6%8B%AC" title="返回目录" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>

8. AndroidResideMenu 仿 Dribbble 的边栏菜单
项目地址:https://github.com/SpecialCyCi/AndroidResideMenu
效果图:![Renderings](https://github.com/SpecialCyCi/AndroidResideMenu/raw/master/2.gif)

#### 四、ViewPager 、Gallery
1. Android-ViewPagerIndicator 配合ViewPager使用的Indicator,支持各种位置和样式
Expand Down Expand Up @@ -333,10 +334,10 @@ Demo地址:https://github.com/Trinea/TrineaDownload/blob/master/color-art-demo
项目地址:https://github.com/hdodenhof/CircleImageView
效果图:![Renderings](https://raw.github.com/hdodenhof/CircleImageView/master/screenshot.png)

1. CustomShapeImageView
各种形状的ImageView, 相比上面的圆形ImageView,多了更多形状
项目地址:https://github.com/MostafaGazar/CustomShapeImageView
效果图:![Renderings](https://raw.github.com/MostafaGazar/CustomShapeImageView/master/Screenshot_2013-11-05-23-08-12.png)
1. CustomShapeImageView
各种形状的ImageView, 相比上面的圆形ImageView,多了更多形状
项目地址:https://github.com/MostafaGazar/CustomShapeImageView
效果图:![Renderings](https://raw.github.com/MostafaGazar/CustomShapeImageView/master/Screenshot_2013-11-05-23-08-12.png)

1. ImageViewZoom
支持放大和平移的ImageView
Expand Down Expand Up @@ -368,21 +369,21 @@ APP示例:square
APP示例:Android4.1时钟App
效果图:![Renderings](https://raw.github.com/passsy/android-HoloCircularProgressBar/master/raw/screenshot1.png)

5. ProgressButton 通过图钉的不同状态显示进度
项目地址:https://github.com/f2prateek/progressbutton
文档介绍:http://f2prateek.com/progressbutton/
5. ProgressButton 通过图钉的不同状态显示进度
项目地址:https://github.com/f2prateek/progressbutton
文档介绍:http://f2prateek.com/progressbutton/
效果图:![Renderings](http://f2prateek.com/progressbutton/static/states.png)

6. GoogleProgressBar 类似google 多个圆形卡片翻转的progressBar
项目地址:https://github.com/jpardogo/GoogleProgressBar
效果图:![Renderings](https://raw.githubusercontent.com/jpardogo/GoogleProgressBar/master/art/GoogleProgressBar.gif)
6. GoogleProgressBar 类似google 多个圆形卡片翻转的progressBar
项目地址:https://github.com/jpardogo/GoogleProgressBar
效果图:![Renderings](https://raw.githubusercontent.com/jpardogo/GoogleProgressBar/master/art/GoogleProgressBar.gif)

7. TH-ProgressButton 带圆形进度显示的按钮
项目地址;https://github.com/torryharris/TH-ProgressButton
7. TH-ProgressButton 带圆形进度显示的按钮
项目地址;https://github.com/torryharris/TH-ProgressButton
效果图:![Renderings](https://raw.github.com/Vyshakh-K/TH-ProgressButton/master/screenshots/progressshot1.png)
![Renderings](https://raw.github.com/Vyshakh-K/TH-ProgressButton/master/screenshots/progressshot2.png)
![Renderings](https://raw.github.com/Vyshakh-K/TH-ProgressButton/master/screenshots/progressshot3.png)
![Renderings](https://raw.github.com/Vyshakh-K/TH-ProgressButton/master/screenshots/progressshot4.png)
![Renderings](https://raw.github.com/Vyshakh-K/TH-ProgressButton/master/screenshots/progressshot2.png)
![Renderings](https://raw.github.com/Vyshakh-K/TH-ProgressButton/master/screenshots/progressshot3.png)
![Renderings](https://raw.github.com/Vyshakh-K/TH-ProgressButton/master/screenshots/progressshot4.png)

<a href="https://github.com/Trinea/android-open-project#%E7%9B%AE%E5%89%8D%E5%8C%85%E6%8B%AC" title="返回目录" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>

Expand Down Expand Up @@ -429,10 +430,10 @@ Demo地址:https://github.com/kpbird/chips-edittext-library/tree/master/ChipsE
文字发淡光的TextView
项目地址:https://github.com/RomainPiel/Shimmer-android

9. Titanic
可以显示水位上升下降(不知道该怎么描述 囧)的TextView
项目地址:https://github.com/RomainPiel/Titanic
效果图:![Renderings](https://github.com/RomainPiel/Titanic/raw/master/titanic.gif)
9. Titanic
可以显示水位上升下降(不知道该怎么描述 囧)的TextView
项目地址:https://github.com/RomainPiel/Titanic
效果图:![Renderings](https://github.com/RomainPiel/Titanic/raw/master/titanic.gif)

<a href="https://github.com/Trinea/android-open-project#%E7%9B%AE%E5%89%8D%E5%8C%85%E6%8B%AC" title="返回目录" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>

Expand Down Expand Up @@ -607,11 +608,11 @@ Demo地址:https://github.com/flavienlaurent/discrollview/raw/master/sample.ap
Android上的Segmented Controls,相当于RadioButton组
项目地址:https://github.com/hoang8f/android-segmented-control

1. PullScrollView
仿照新浪微博Android客户端个人中心的ScrollView,下拉背景伸缩回弹效果。
项目地址:https://github.com/MarkMjw/PullScrollView
1. PullScrollView
仿照新浪微博Android客户端个人中心的ScrollView,下拉背景伸缩回弹效果。
项目地址:https://github.com/MarkMjw/PullScrollView
效果图:![Renderings](https://raw.github.com/MarkMjw/PullScrollView/master/Screenshots/1.png)

<a href="https://github.com/Trinea/android-open-project#%E7%9B%AE%E5%89%8D%E5%8C%85%E6%8B%AC" title="返回目录" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>

## 第二部分 工具库
Expand Down

0 comments on commit b7b77e9

Please sign in to comment.