Skip to content

Commit a7f0cd6

Browse files
committed
同步ViewPager 、Progress 节点中英繁;增加RecyclerViewPager,RecyclerViewPager
1 parent 47803d2 commit a7f0cd6

File tree

3 files changed

+84
-4
lines changed

3 files changed

+84
-4
lines changed

English Version/README.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,12 @@ Lightweight ViewPager Cycle Indicadtor
320320
Project Address: [ScreenSlidePager](https://github.com/LyndonChin/Android-ScreenSlidePager)
321321
Renderings: ![](https://raw.githubusercontent.com/LyndonChin/Android-ScreenSlidePager/master/screenslidepager.gif)
322322

323+
1. RecyclerViewPager
324+
A ViewPager implemention inherits from RecyclerView. Support fling operation like gallary and custom fling speed. Support Fragment.
325+
Project Address: [RecyclerViewPager](https://github.com/lsjwzh/RecyclerViewPager)
326+
Renderings:
327+
![](https://github.com/lsjwzh/RecyclerViewPager/blob/master/fragment.gif)
328+
323329
#### 5. GridView
324330
1. StaggeredGridView
325331
A modified version of Android's experimental StaggeredGridView. Includes own OnItemClickListener and OnItemLongClickListener, selector, and fixed position restore. contains cache, extends from ViewGroup
@@ -454,7 +460,38 @@ Renderings: ![Renderings](https://raw.githubusercontent.com/jpardogo/GoogleProgr
454460
Circular progress View button inspired by FFCircularProgressView
455461
Project Address: https://github.com/torryharris/TH-ProgressButton
456462
Renderings: ![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)
457-
<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>
463+
464+
1. NumberProgressBar
465+
ProgressBar with percentage number
466+
Project Address:https://github.com/daimajia/NumberProgressBar
467+
Renderings: ![Renderings](https://camo.githubusercontent.com/0c92568af7ec4e04e2e1503acdd2ca99854ab0b5/687474703a2f2f7777332e73696e61696d672e636e2f6d773639302f36313064633033346a77316566797264386e376937673230637a30326d7135662e676966)
468+
469+
1. CircularProgressDrawable
470+
Circular Progress Drawable
471+
Project Address:https://github.com/Sefford/CircularProgressDrawable
472+
Renderings: ![Renderings](https://raw.githubusercontent.com/Sefford/CircularProgressDrawable/master/overshoot.gif)
473+
474+
1. Android-RoundCornerProgressBar
475+
Android ProgressBar drawing Round Corner
476+
Project Address:https://github.com/akexorcist/Android-RoundCornerProgressBar
477+
Renderings: ![Renderings](https://raw.githubusercontent.com/akexorcist/Android-RoundCornerProgressBar/master/image/screenshot_02.png)
478+
479+
1. circular-progress-button
480+
Button could switch to show circular progress
481+
Project Address:https://github.com/dmytrodanylyk/circular-progress-button
482+
Renderings: ![Renderings](https://raw.githubusercontent.com/dmytrodanylyk/circular-progress-button/master/screenshots/intro.gif)
483+
484+
1. WaveView
485+
A ProgressBar which showing wave look progress
486+
Project Address:https://github.com/john990/WaveView
487+
Demo地址:https://raw.github.com/john990/WaveView/master/screenshot%26apk/demo.unaligned.apk
488+
Renderings: ![Renderings](https://camo.githubusercontent.com/60722e9d4f2d2daa78a8650cb27a32adea82bdd4/68747470733a2f2f7261772e6769746875622e636f6d2f6a6f686e3939302f57617665566965772f6d61737465722f73637265656e73686f7425323661706b2f73637265656e73686f742e676966)
489+
490+
1. MaterialLoadingProgressBar
491+
MaterialLoadingProgressBar provide a styled ProgressBar which looks like SwipeRefreshLayout's loading indicator(support-v4 v21+)
492+
Project Address:https://github.com/lsjwzh/MaterialLoadingProgressBar
493+
Renderings: ![Renderings](https://github.com/lsjwzh/MaterialLoadingProgressBar/raw/master/screen.gif)
494+
<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>
458495

459496
#### 8. TextView
460497
include TextView and other views extend TextView, like EditText, Button, RadioButton and so on

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -446,14 +446,20 @@ APP示例:iReader
446446
1. ViewPagerIndicator
447447
简化并实现android的TabHost效果,顶部滑动tab,引导页,支持自定义tab样式,自定义滑动块样式和位置,自定义切换tab的过渡动画,子界面的预加载和界面缓存,设置界面是否可滑动
448448
项目地址:https://github.com/LuckyJayce/ViewPagerIndicator
449-
<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>
450449

451450
1. ScreenSlideIndicator
452451
轻量级的圆形 Indicadtor,位置可以自由调整,不会对 ViewPager 产生任何影响。
453452
项目地址:[ScreenSlidePager](https://github.com/LyndonChin/Android-ScreenSlidePager)
454453
效果图:
455454
![](https://raw.githubusercontent.com/LyndonChin/Android-ScreenSlidePager/master/screenslidepager.gif)
456455

456+
1. RecyclerViewPager
457+
完全继承自RecyclerView,可以自定义触发翻页的距离,可自定义翻页速度,支持垂直方向的ViewPager,支持Fragment。
458+
项目地址:[RecyclerViewPager](https://github.com/lsjwzh/RecyclerViewPager)
459+
效果图:
460+
![](https://github.com/lsjwzh/RecyclerViewPager/blob/master/fragment.gif)
461+
<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>
462+
457463
#### 五、GridView
458464
1. StaggeredGridView
459465
允许非对齐行的GridView,类似Pinterest的瀑布流,并且跟ListView一样自带View缓存,继承自ViewGroup
@@ -638,7 +644,12 @@ Android 圆角 ProgressBar,可自定义圆角颜色和半径,包括带 Icon
638644
项目地址:https://github.com/john990/WaveView
639645
Demo地址:https://raw.github.com/john990/WaveView/master/screenshot%26apk/demo.unaligned.apk
640646
效果图:![Renderings](https://camo.githubusercontent.com/60722e9d4f2d2daa78a8650cb27a32adea82bdd4/68747470733a2f2f7261772e6769746875622e636f6d2f6a6f686e3939302f57617665566965772f6d61737465722f73637265656e73686f7425323661706b2f73637265656e73686f742e676966)
641-
<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>
647+
648+
1. MaterialLoadingProgressBar
649+
抽取自SwipeRefreshLayout的Material Design进度指示器
650+
项目地址:https://github.com/lsjwzh/MaterialLoadingProgressBar
651+
效果图:![Renderings](https://github.com/lsjwzh/MaterialLoadingProgressBar/raw/master/screen.gif)
652+
<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>
642653

643654
#### 八、TextView
644655
包括TextView及所有继承自TextView控件,如EditText、Button、RadioButton

繁體中文版/README.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,12 @@ APP示例:iReader
332332
效果圖:
333333
![](https://raw.githubusercontent.com/LyndonChin/Android-ScreenSlidePager/master/screenslidepager.gif)
334334

335+
1. RecyclerViewPager
336+
完全繼承自RecyclerView,可以自定義觸發翻頁的距離,可自定義翻頁速度,支持垂直方向的ViewPager,支持Fragment。
337+
項目地址:[RecyclerViewPager](https://github.com/lsjwzh/RecyclerViewPager)
338+
效果圖:
339+
![](https://github.com/lsjwzh/RecyclerViewPager/blob/master/fragment.gif)
340+
335341
#### 五、GridView
336342
1. StaggeredGridView
337343
允許非對齊行的GridView,類似Pinterest的瀑布流,並且跟ListView一樣自帶View緩存,繼承自ViewGroup
@@ -466,7 +472,33 @@ APP示例:Android4.1時鍾App
466472
帶數字進度的進度條
467473
項目地址:https://github.com/daimajia/NumberProgressBar
468474
效果圖:![Renderings](https://camo.githubusercontent.com/0c92568af7ec4e04e2e1503acdd2ca99854ab0b5/687474703a2f2f7777332e73696e61696d672e636e2f6d773639302f36313064633033346a77316566797264386e376937673230637a30326d7135662e676966)
469-
<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>
475+
476+
1. CircularProgressDrawable
477+
帶圓形進度顯示的進度條
478+
項目地址:https://github.com/Sefford/CircularProgressDrawable
479+
效果圖:![Renderings](https://raw.githubusercontent.com/Sefford/CircularProgressDrawable/master/overshoot.gif)
480+
481+
1. Android-RoundCornerProgressBar
482+
Android 圓角 ProgressBar,可自定義圓角顏色和半徑,包括帶 Icon 和不帶 Icon 兩種類型。
483+
項目地址:https://github.com/akexorcist/Android-RoundCornerProgressBar
484+
效果圖:![Renderings](https://raw.githubusercontent.com/akexorcist/Android-RoundCornerProgressBar/master/image/screenshot_02.png)
485+
486+
1. circular-progress-button
487+
帶進度顯示的Button
488+
項目地址:https://github.com/dmytrodanylyk/circular-progress-button
489+
效果圖:![Renderings](https://raw.githubusercontent.com/dmytrodanylyk/circular-progress-button/master/screenshots/intro.gif)
490+
491+
1. WaveView
492+
壹個波紋效果的 View,可用來做 ProgressBar
493+
項目地址:https://github.com/john990/WaveView
494+
Demo地址:https://raw.github.com/john990/WaveView/master/screenshot%26apk/demo.unaligned.apk
495+
效果圖:![Renderings](https://camo.githubusercontent.com/60722e9d4f2d2daa78a8650cb27a32adea82bdd4/68747470733a2f2f7261772e6769746875622e636f6d2f6a6f686e3939302f57617665566965772f6d61737465722f73637265656e73686f7425323661706b2f73637265656e73686f742e676966)
496+
497+
1. MaterialLoadingProgressBar
498+
抽取自SwipeRefreshLayout的Material Design進度指示器
499+
項目地址:https://github.com/lsjwzh/MaterialLoadingProgressBar
500+
效果圖:![Renderings](https://github.com/lsjwzh/MaterialLoadingProgressBar/raw/master/screen.gif)
501+
<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>
470502

471503
#### 八、TextView
472504
包括TextView及所有繼承自TextView控件,如EditText、Button、RadioButton

0 commit comments

Comments
 (0)