Skip to content

Commit

Permalink
Merge pull request #265 from andyken/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Trinea committed Mar 27, 2016
2 parents d2c46f0 + 95cd5c9 commit 99f4f76
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 4 deletions.
12 changes: 11 additions & 1 deletion English Version/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,11 @@ Similar App: Pinterest
A drag-and-drop scrolling grid view for Android, extends from ViewGroup. It can swich from up to bottom, If you want switch from left screen to right please use PagedDragDropGrid below
Project Address: https://github.com/thquinn/DraggableGridView
Demo Apk: https://github.com/thquinn/DraggableGridView/blob/master/bin/DraggableGridViewSample.apk?raw=true

You can customize the width and height of item,and the count of item each line,You can also customize the padding of line.Default value is 20dp.
Project Address: [DraggableGridView](https://github.com/andyken/DraggableGridView)
Renderings:
![Renderings](https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif)

1. StickyGridHeaders
StickyGridHeaders is an Android library that provides a GridView that shows items in sections with headers. By default the section headers stick to the top like the People app in Android 4.x but this can be turned off.
Project Address: https://github.com/TonicArtos/StickyGridHeaders
Expand Down Expand Up @@ -594,6 +598,12 @@ Project Address: https://github.com/RomainPiel/Titanic
Renderings: ![Renderings](https://github.com/RomainPiel/Titanic/raw/master/titanic.gif)
<a href="https://github.com/Trinea/android-open-project/edit/master/English%20Version/README.md#include" title="Back to directory" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>

1. MoneyTextView
A TextView used for inputing and adding money
Project Address: https://github.com/andyken/MoneyTextView
Renderings:
![Renderings](https://github.com/andyken/MoneyTextView/blob/master/sample/sample1.gif)

#### 9. Others
1. achartengine
AChartEngine is a charting library for Android applications. It currently supports the following chart types: line chart, area chart, scatter chart, time chart, bar chart, pie chart, bubble chart, doughnut chart, range (high-low) bar chart, dial chart / gauge, combined (any combination of line, cubic line, scatter, bar, range bar, bubble) chart, cubic line chart and so on.
Expand Down
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -581,9 +581,10 @@ APP 示例:Pinterest 等
Item 可拖动交换位置的 GridView,实际是自己继承 ViewGroup 实现,类似桌面的单屏效果,可屏幕自动上下滚动进行 Item 移动交换,多屏效果见下面 PagedDragDropGrid
项目地址:https://github.com/thquinn/DraggableGridView
Demo 地址:https://github.com/thquinn/DraggableGridView/blob/master/bin/DraggableGridViewSample.apk?raw=true
也可以自定义item的宽高和每行的个数,并且修改交换逻辑,当移动到另一个item时就进行交换,删除滚动逻辑。
也可自定义item的宽高和每行的个数,同时修改了交换逻辑,当移动到另一个item时就进行交换,并删除滚动逻辑。
项目地址:[DraggableGridView](https://github.com/andyken/DraggableGridView)
效果图:![Renderings](https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif)
效果图:
![Renderings](https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif)


1. StickyGridHeaders
Expand Down Expand Up @@ -986,6 +987,12 @@ Android Shadow Layout
效果图:
![Renderings](https://raw.githubusercontent.com/dmytrodanylyk/shadow-layout/master/screenshots/intro.png)

1. MoneyTextView
一个支持加法运算的金额输入TextView
项目地址:https://github.com/andyken/MoneyTextView
效果图:
![Renderings](https://github.com/andyken/MoneyTextView/blob/master/sample/sample1.gif)

#### 九、ScrollView
1. Discrollview
支持滚动时 Item 淡入淡出,平移,缩放效果的 ScrollView
Expand Down
12 changes: 11 additions & 1 deletion 繁體中文版/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,11 @@ APP示例:Pinterest等
Item可拖動交換位置的GridView,實際是自己繼承ViewGroup實現,類似桌面的單屏效果,可屏幕自動上下滾動進行Item移動交換,多屏效果見下面PagedDragDropGrid
項目地址:https://github.com/thquinn/DraggableGridView
Demo地址:https://github.com/thquinn/DraggableGridView/blob/master/bin/DraggableGridViewSample.apk?raw=true

也可自定義item的寬高和每行的個數,同時修改了交換邏輯,當移動到另壹個item時就進行交換,並刪除滾動邏輯。
項目地址:[DraggableGridView](https://github.com/andyken/DraggableGridView)
效果圖:
![Renderings](https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif)

1. StickyGridHeaders
GroupName滑動到頂端時會固定不動直到另外一個GroupName到達頂端的GridView
項目地址:https://github.com/TonicArtos/StickyGridHeaders
Expand Down Expand Up @@ -612,6 +616,12 @@ Demo地址:https://github.com/kpbird/chips-edittext-library/tree/master/ChipsE
項目地址:https://github.com/dmytrodanylyk/android-process-buton
<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>

1. MoneyTextView
壹個支持加法運算的金額輸入TextView
項目地址:https://github.com/andyken/MoneyTextView
效果圖:
![Renderings](https://github.com/andyken/MoneyTextView/blob/master/sample/sample1.gif)

#### 九、ScrollView
1. Discrollview
支持滾動時Item淡入淡出,平移,縮放效果的ScrollView
Expand Down

0 comments on commit 99f4f76

Please sign in to comment.