Skip to content

Commit 99f4f76

Browse files
committed
Merge pull request #265 from andyken/master
Update README.md
2 parents d2c46f0 + 95cd5c9 commit 99f4f76

File tree

3 files changed

+31
-4
lines changed

3 files changed

+31
-4
lines changed

English Version/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,11 @@ Similar App: Pinterest
400400
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
401401
Project Address: https://github.com/thquinn/DraggableGridView
402402
Demo Apk: https://github.com/thquinn/DraggableGridView/blob/master/bin/DraggableGridViewSample.apk?raw=true
403-
403+
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.
404+
Project Address: [DraggableGridView](https://github.com/andyken/DraggableGridView)
405+
Renderings:
406+
![Renderings](https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif)
407+
404408
1. StickyGridHeaders
405409
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.
406410
Project Address: https://github.com/TonicArtos/StickyGridHeaders
@@ -594,6 +598,12 @@ Project Address: https://github.com/RomainPiel/Titanic
594598
Renderings: ![Renderings](https://github.com/RomainPiel/Titanic/raw/master/titanic.gif)
595599
<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>
596600

601+
1. MoneyTextView
602+
A TextView used for inputing and adding money
603+
Project Address: https://github.com/andyken/MoneyTextView
604+
Renderings:
605+
![Renderings](https://github.com/andyken/MoneyTextView/blob/master/sample/sample1.gif)
606+
597607
#### 9. Others
598608
1. achartengine
599609
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.

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -581,9 +581,10 @@ APP 示例:Pinterest 等
581581
Item 可拖动交换位置的 GridView,实际是自己继承 ViewGroup 实现,类似桌面的单屏效果,可屏幕自动上下滚动进行 Item 移动交换,多屏效果见下面 PagedDragDropGrid
582582
项目地址:https://github.com/thquinn/DraggableGridView
583583
Demo 地址:https://github.com/thquinn/DraggableGridView/blob/master/bin/DraggableGridViewSample.apk?raw=true
584-
也可以自定义item的宽高和每行的个数,并且修改交换逻辑,当移动到另一个item时就进行交换,删除滚动逻辑。
584+
也可自定义item的宽高和每行的个数,同时修改了交换逻辑,当移动到另一个item时就进行交换,并删除滚动逻辑。
585585
项目地址:[DraggableGridView](https://github.com/andyken/DraggableGridView)
586-
效果图:![Renderings](https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif)
586+
效果图:
587+
![Renderings](https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif)
587588

588589

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

990+
1. MoneyTextView
991+
一个支持加法运算的金额输入TextView
992+
项目地址:https://github.com/andyken/MoneyTextView
993+
效果图:
994+
![Renderings](https://github.com/andyken/MoneyTextView/blob/master/sample/sample1.gif)
995+
989996
#### 九、ScrollView
990997
1. Discrollview
991998
支持滚动时 Item 淡入淡出,平移,缩放效果的 ScrollView

繁體中文版/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,11 @@ APP示例:Pinterest等
404404
Item可拖動交換位置的GridView,實際是自己繼承ViewGroup實現,類似桌面的單屏效果,可屏幕自動上下滾動進行Item移動交換,多屏效果見下面PagedDragDropGrid
405405
項目地址:https://github.com/thquinn/DraggableGridView
406406
Demo地址:https://github.com/thquinn/DraggableGridView/blob/master/bin/DraggableGridViewSample.apk?raw=true
407-
407+
也可自定義item的寬高和每行的個數,同時修改了交換邏輯,當移動到另壹個item時就進行交換,並刪除滾動邏輯。
408+
項目地址:[DraggableGridView](https://github.com/andyken/DraggableGridView)
409+
效果圖:
410+
![Renderings](https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif)
411+
408412
1. StickyGridHeaders
409413
GroupName滑動到頂端時會固定不動直到另外一個GroupName到達頂端的GridView
410414
項目地址:https://github.com/TonicArtos/StickyGridHeaders
@@ -612,6 +616,12 @@ Demo地址:https://github.com/kpbird/chips-edittext-library/tree/master/ChipsE
612616
項目地址:https://github.com/dmytrodanylyk/android-process-buton
613617
<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>
614618

619+
1. MoneyTextView
620+
壹個支持加法運算的金額輸入TextView
621+
項目地址:https://github.com/andyken/MoneyTextView
622+
效果圖:
623+
![Renderings](https://github.com/andyken/MoneyTextView/blob/master/sample/sample1.gif)
624+
615625
#### 九、ScrollView
616626
1. Discrollview
617627
支持滾動時Item淡入淡出,平移,縮放效果的ScrollView

0 commit comments

Comments
 (0)