Skip to content

Commit

Permalink
add some projects
Browse files Browse the repository at this point in the history
  • Loading branch information
likebamboo committed Apr 9, 2014
1 parent bc205e7 commit 18845e4
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@ Android Open Source Projects
*  乐于分享并且有一些很不错的开源项目的[个人](https://github.com/Trinea/android-open-project#%E4%B8%80%E4%B8%AA%E4%BA%BA)[组织](https://github.com/Trinea/android-open-project#%E4%BA%8C%E7%BB%84%E7%BB%87),包括JakeWharton、Chris Banes、Koushik Dutta等大牛*

*感谢[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*

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


<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 @@ -185,6 +207,10 @@ APP示例:Path
效果图:![Renderings](https://lh6.ggpht.com/VnKUZenAozQ0KFAm5blFTGqMaKFjvX-BK2JH-jrX1sIXVTqciACqRhqFH48hc4pm2Q=h310-rw)
<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,支持各种位置和样式
项目地址:https://github.com/JakeWharton/Android-ViewPagerIndicator
Expand Down Expand Up @@ -307,6 +333,11 @@ 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. ImageViewZoom
支持放大和平移的ImageView
项目地址:https://github.com/sephiroth74/ImageViewZoom
Expand Down Expand Up @@ -341,6 +372,18 @@ APP示例:Android4.1时钟App
项目地址: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)

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)

<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>

#### 八、TextView
Expand Down Expand Up @@ -385,6 +428,12 @@ Demo地址:https://github.com/kpbird/chips-edittext-library/tree/master/ChipsE
8. Shimmer for Android
文字发淡光的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)

<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 @@ -557,6 +606,12 @@ Demo地址:https://github.com/flavienlaurent/discrollview/raw/master/sample.ap
1. android-segmented-control
Android上的Segmented Controls,相当于RadioButton组
项目地址:https://github.com/hoang8f/android-segmented-control

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 18845e4

Please sign in to comment.