Skip to content

Commit 34dce81

Browse files
committed
同步ViewPager 、Progress 节点中英繁;增加RecyclerViewPager,RecyclerViewPager
1 parent 4691c01 commit 34dce81

File tree

3 files changed

+109
-28
lines changed

3 files changed

+109
-28
lines changed

English Version/README.md

Lines changed: 63 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ Project Address: https://github.com/47deg/android-swipelistview
6565
Demo Apk: https://play.google.com/store/apps/details?id=com.fortysevendeg.android.swipelistview
6666
Similar App: 微信
6767

68-
1. RecyclerViewSwipeDismiss
69-
lightweight support-v7 RecyclerView Swipe to dismiss library,Just bind `onTouchListener`
70-
Project Address:https://github.com/CodeFalling/RecyclerViewSwipeDismiss
71-
Renderings: ![Renderings](http://i2.tietuku.com/a5a1a6fbd300397a.gif)
72-
73-
1. Android-SwipeToDismiss
68+
1. RecyclerViewSwipeDismiss
69+
lightweight support-v7 RecyclerView Swipe to dismiss library,Just bind `onTouchListener`
70+
Project Address:https://github.com/CodeFalling/RecyclerViewSwipeDismiss
71+
Renderings: ![Renderings](http://i2.tietuku.com/a5a1a6fbd300397a.gif)
72+
73+
1. Android-SwipeToDismiss
7474
Android swipe to dismiss listView
7575
Project Address: https://github.com/romannurik/Android-SwipeToDismiss
7676
Demo Apk: https://github.com/JakeWharton/SwipeToDismissNOA/SwipeToDismissNOA.apk/qr_code
@@ -325,35 +325,41 @@ Project Address: [ScreenSlidePager](https://github.com/LyndonChin/Android-Screen
325325
Renderings: ![](https://raw.githubusercontent.com/LyndonChin/Android-ScreenSlidePager/master/screenslidepager.gif)
326326

327327
1. ViewPager3D
328-
A ViewPager with 3D effect
329-
Project Address: https://github.com/inovex/ViewPager3D
328+
A ViewPager with 3D effect
329+
Project Address: https://github.com/inovex/ViewPager3D
330330

331331
1. AnimaTabsview
332-
A animation effect like 网易云音乐
333-
Project Address: https://github.com/wuyexiong/transparent-over-animtabsview
334-
Demo: http://v.youku.com/v_show/id_XNzA4MjY5NjA0.html
332+
A animation effect like 网易云音乐
333+
Project Address: https://github.com/wuyexiong/transparent-over-animtabsview
334+
Demo: http://v.youku.com/v_show/id_XNzA4MjY5NjA0.html
335335

336336
1. LoopingViewPager
337-
A ViewPager which support loop scroll
338-
Project Address: https://github.com/imbryk/LoopingViewPager
337+
A ViewPager which support loop scroll
338+
Project Address: https://github.com/imbryk/LoopingViewPager
339339

340340
1. android_page_curl
341-
Paging effect of iReader
342-
Project Address: https://github.com/harism/android_page_curl
343-
Demo App: iReader
344-
Demo: https://www.youtube.com/watch?v=iwu7P5PCpsw
341+
Paging effect of iReader
342+
Project Address: https://github.com/harism/android_page_curl
343+
Demo App: iReader
344+
Demo: https://www.youtube.com/watch?v=iwu7P5PCpsw
345345

346346
1. ViewPagerIndicator
347-
A custom ViewPagerIndicator
348-
Project Address: https://github.com/LuckyJayce/ViewPagerIndicator
347+
A custom ViewPagerIndicator
348+
Project Address: https://github.com/LuckyJayce/ViewPagerIndicator
349349

350350
1. ScreenSlideIndicator
351-
Lightweight ViewPager Cycle Indicadtor
352-
Project Address: [ScreenSlidePager](https://github.com/LyndonChin/Android-ScreenSlidePager)
353-
Renderings: ![](https://raw.githubusercontent.com/LyndonChin/Android-ScreenSlidePager/master/screenslidepager.gif)
351+
Lightweight ViewPager Cycle Indicadtor
352+
Project Address: [ScreenSlidePager](https://github.com/LyndonChin/Android-ScreenSlidePager)
353+
Renderings: ![](https://raw.githubusercontent.com/LyndonChin/Android-ScreenSlidePager/master/screenslidepager.gif)
354+
355+
1. RecyclerViewPager
356+
A ViewPager implemention inherits from RecyclerView. Support fling operation like gallary and custom fling speed. Support Fragment.
357+
Project Address: [RecyclerViewPager](https://github.com/lsjwzh/RecyclerViewPager)
358+
Renderings:
359+
![](https://github.com/lsjwzh/RecyclerViewPager/blob/master/fragment.gif)
354360
<a href="https://github.com/Trinea/android-open-project#%E7%9B%AE%E5%89%8D%E5%8C%85%E6%8B%AC" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>
355361

356-
#### 5. GridView
362+
#### 5. GridView
357363
1. StaggeredGridView
358364
A modified version of Android's experimental StaggeredGridView. Includes own OnItemClickListener and OnItemLongClickListener, selector, and fixed position restore. contains cache, extends from ViewGroup
359365
Project Address: https://github.com/maurycyw/StaggeredGridView
@@ -446,11 +452,11 @@ Project Address: https://github.com/flavioarfaria/KenBurnsView
446452
Custom shape ImageView using PorterDuffXfermode with paint shapes and SVGs.
447453
Project Address: https://github.com/MostafaGazar/CustomShapeImageView
448454
Renderings: ![Renderings](https://raw.github.com/MostafaGazar/CustomShapeImageView/master/Screenshot_2013-11-05-23-08-12.png)
449-
<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>
450455

451456
1. android-smart-image-view
452457
ImageView allows image loading from URLs or contact address book, with caching
453458
Project Address: https://github.com/loopj/android-smart-image-view
459+
<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>
454460

455461
#### 7. ProgressBar
456462
1. SmoothProgressBar
@@ -491,7 +497,38 @@ Renderings: ![Renderings](https://raw.githubusercontent.com/jpardogo/GoogleProgr
491497
Circular progress View button inspired by FFCircularProgressView
492498
Project Address: https://github.com/torryharris/TH-ProgressButton
493499
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)
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>
500+
501+
1. NumberProgressBar
502+
ProgressBar with percentage number
503+
Project Address:https://github.com/daimajia/NumberProgressBar
504+
Renderings: ![Renderings](https://camo.githubusercontent.com/0c92568af7ec4e04e2e1503acdd2ca99854ab0b5/687474703a2f2f7777332e73696e61696d672e636e2f6d773639302f36313064633033346a77316566797264386e376937673230637a30326d7135662e676966)
505+
506+
1. CircularProgressDrawable
507+
Circular Progress Drawable
508+
Project Address:https://github.com/Sefford/CircularProgressDrawable
509+
Renderings: ![Renderings](https://raw.githubusercontent.com/Sefford/CircularProgressDrawable/master/overshoot.gif)
510+
511+
1. Android-RoundCornerProgressBar
512+
Android ProgressBar drawing Round Corner
513+
Project Address:https://github.com/akexorcist/Android-RoundCornerProgressBar
514+
Renderings: ![Renderings](https://raw.githubusercontent.com/akexorcist/Android-RoundCornerProgressBar/master/image/screenshot_02.png)
515+
516+
1. circular-progress-button
517+
Button could switch to show circular progress
518+
Project Address:https://github.com/dmytrodanylyk/circular-progress-button
519+
Renderings: ![Renderings](https://raw.githubusercontent.com/dmytrodanylyk/circular-progress-button/master/screenshots/intro.gif)
520+
521+
1. WaveView
522+
A ProgressBar which showing wave look progress
523+
Project Address:https://github.com/john990/WaveView
524+
Demo地址:https://raw.github.com/john990/WaveView/master/screenshot%26apk/demo.unaligned.apk
525+
Renderings: ![Renderings](https://camo.githubusercontent.com/60722e9d4f2d2daa78a8650cb27a32adea82bdd4/68747470733a2f2f7261772e6769746875622e636f6d2f6a6f686e3939302f57617665566965772f6d61737465722f73637265656e73686f7425323661706b2f73637265656e73686f742e676966)
526+
527+
1. MaterialLoadingProgressBar
528+
MaterialLoadingProgressBar provide a styled ProgressBar which looks like SwipeRefreshLayout's loading indicator(support-v4 v21+)
529+
Project Address:https://github.com/lsjwzh/MaterialLoadingProgressBar
530+
Renderings: ![Renderings](https://github.com/lsjwzh/MaterialLoadingProgressBar/raw/master/screen.gif)
531+
<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>
495532

496533
#### 8. TextView
497534
include TextView and other views extend TextView, like EditText, Button, RadioButton and so on
@@ -1190,7 +1227,6 @@ Demo Apk: https://github.com/Comcast/FreeFlow/releases
11901227
1. Android Gesture Detectors Framework
11911228
Gesture detector framework for multitouch handling on Android
11921229
Project Address: https://github.com/Almeros/android-gesture-detectors
1193-
<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>
11941230

11951231
1. PinyinSearch
11961232
A Java Library Which provide data analysis methods, data matching method and so on for T9 pinyin search and Qwerty pinyin search.
@@ -1200,6 +1236,7 @@ Renderings:
12001236
![Renderings](https://github.com/handsomezhou/PinyinSearchLibrary/blob/master/external_res/image/T9_search.png)
12011237
![Renderings](https://github.com/handsomezhou/PinyinSearchLibrary/blob/master/external_res/image/Qwerty_search.png)
12021238
Similar App: Contacts app,WeChat Phonebook
1239+
<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>
12031240

12041241
## 3. Excellent projects
12051242
Linux

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,13 @@ App示例: https://github.com/daimajia/AndroidImageSlider/releases/download/v1.0
513513
效果图: ![Renderings](https://camo.githubusercontent.com/f64413139bbaa918131384d3597c33e39333aa7f/687474703a2f2f7777332e73696e61696d672e636e2f6d773639302f36313064633033346a773165677a6f7236366f6a64673230393530666b6e70652e676966)
514514
<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>
515515

516+
1. RecyclerViewPager
517+
完全继承自RecyclerView,可以自定义触发翻页的距离,可自定义翻页速度,支持垂直方向的ViewPager,支持Fragment。
518+
项目地址:[RecyclerViewPager](https://github.com/lsjwzh/RecyclerViewPager)
519+
效果图:
520+
![](https://github.com/lsjwzh/RecyclerViewPager/blob/master/fragment.gif)
521+
<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>
522+
516523
#### 五、GridView
517524
1. StaggeredGridView
518525
允许非对齐行的GridView,类似Pinterest的瀑布流,并且跟ListView一样自带View缓存,继承自ViewGroup
@@ -706,7 +713,12 @@ Android 圆角 ProgressBar,可自定义圆角颜色和半径,包括带 Icon
706713
项目地址:https://github.com/john990/WaveView
707714
Demo地址:https://raw.github.com/john990/WaveView/master/screenshot%26apk/demo.unaligned.apk
708715
效果图:![Renderings](https://camo.githubusercontent.com/60722e9d4f2d2daa78a8650cb27a32adea82bdd4/68747470733a2f2f7261772e6769746875622e636f6d2f6a6f686e3939302f57617665566965772f6d61737465722f73637265656e73686f7425323661706b2f73637265656e73686f742e676966)
709-
<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>
716+
717+
1. MaterialLoadingProgressBar
718+
抽取自SwipeRefreshLayout的Material Design进度指示器
719+
项目地址:https://github.com/lsjwzh/MaterialLoadingProgressBar
720+
效果图:![Renderings](https://github.com/lsjwzh/MaterialLoadingProgressBar/raw/master/screen.gif)
721+
<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>
710722

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

繁體中文版/README.md

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

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

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

0 commit comments

Comments
 (0)