@@ -65,7 +65,12 @@ Project Address: https://github.com/47deg/android-swipelistview
65
65
Demo Apk: https://play.google.com/store/apps/details?id=com.fortysevendeg.android.swipelistview
66
66
Similar App: 微信
67
67
68
- 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
69
74
Android swipe to dismiss listView
70
75
Project Address: https://github.com/romannurik/Android-SwipeToDismiss
71
76
Demo Apk: https://github.com/JakeWharton/SwipeToDismissNOA/SwipeToDismissNOA.apk/qr_code
@@ -283,9 +288,78 @@ Project Address: https://github.com/JakeWharton/salvage
283
288
An interactive indicator to navigate between the different pages of a ViewPager
284
289
Project Address: https://github.com/astuetz/PagerSlidingTabStrip
285
290
Demo Apk: https://play.google.com/store/apps/details?id=com.astuetz.viewpager.extensions.sample
286
- <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 >
287
291
288
- #### 5. GridView
292
+ 1 . SmartTabLayout
293
+ A custom ViewPager title strip which gives continuous feedback to the user when scrolling.This library has been added some features and utilities based on android-SlidingTabBasic project of Google Samples.
294
+ Project Address: https://github.com/ogaclejapan/SmartTabLayout
295
+ Demo Apk: https://play.google.com/store/apps/details?id=com.ogaclejapan.smarttablayout.demo
296
+ Renderings: ![ Renderings] ( https://raw.githubusercontent.com/ogaclejapan/SmartTabLayout/master/art/demo1.gif )
297
+
298
+ 1 . ViewPager3D
299
+ A ViewPager with 3D effect
300
+ Project Address: https://github.com/inovex/ViewPager3D
301
+
302
+ 1 . AnimaTabsview
303
+ A animation effect like 网易云音乐
304
+ Project Address: https://github.com/wuyexiong/transparent-over-animtabsview
305
+ Demo: http://v.youku.com/v_show/id_XNzA4MjY5NjA0.html
306
+
307
+ 1 . LoopingViewPager
308
+ A ViewPager which support loop scroll
309
+ Project Address: https://github.com/imbryk/LoopingViewPager
310
+
311
+ 1 . android_page_curl
312
+ Paging effect of iReader
313
+ Project Address: https://github.com/harism/android_page_curl
314
+ Demo App: iReader
315
+ Demo: https://www.youtube.com/watch?v=iwu7P5PCpsw
316
+
317
+ 1 . ViewPagerIndicator
318
+ A custom ViewPagerIndicator
319
+ Project Address: https://github.com/LuckyJayce/ViewPagerIndicator
320
+ <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 >
321
+
322
+ 1 . ScreenSlideIndicator
323
+ Lightweight ViewPager Cycle Indicadtor
324
+ Project Address: [ ScreenSlidePager] ( https://github.com/LyndonChin/Android-ScreenSlidePager )
325
+ Renderings: ![ ] ( https://raw.githubusercontent.com/LyndonChin/Android-ScreenSlidePager/master/screenslidepager.gif )
326
+
327
+ 1 . ViewPager3D
328
+ A ViewPager with 3D effect
329
+ Project Address: https://github.com/inovex/ViewPager3D
330
+
331
+ 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
335
+
336
+ 1 . LoopingViewPager
337
+ A ViewPager which support loop scroll
338
+ Project Address: https://github.com/imbryk/LoopingViewPager
339
+
340
+ 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
345
+
346
+ 1 . ViewPagerIndicator
347
+ A custom ViewPagerIndicator
348
+ Project Address: https://github.com/LuckyJayce/ViewPagerIndicator
349
+
350
+ 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 )
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 )
360
+ <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 >
361
+
362
+ #### 5. GridView
289
363
1 . StaggeredGridView
290
364
A modified version of Android's experimental StaggeredGridView. Includes own OnItemClickListener and OnItemLongClickListener, selector, and fixed position restore. contains cache, extends from ViewGroup
291
365
Project Address: https://github.com/maurycyw/StaggeredGridView
@@ -419,7 +493,38 @@ Renderings:  ![ 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 )
422
- <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 >
496
+
497
+ 1 . NumberProgressBar
498
+ ProgressBar with percentage number
499
+ Project Address:https://github.com/daimajia/NumberProgressBar
500
+ Renderings: ![ Renderings] ( https://camo.githubusercontent.com/0c92568af7ec4e04e2e1503acdd2ca99854ab0b5/687474703a2f2f7777332e73696e61696d672e636e2f6d773639302f36313064633033346a77316566797264386e376937673230637a30326d7135662e676966 )
501
+
502
+ 1 . CircularProgressDrawable
503
+ Circular Progress Drawable
504
+ Project Address:https://github.com/Sefford/CircularProgressDrawable
505
+ Renderings: ![ Renderings] ( https://raw.githubusercontent.com/Sefford/CircularProgressDrawable/master/overshoot.gif )
506
+
507
+ 1 . Android-RoundCornerProgressBar
508
+ Android ProgressBar drawing Round Corner
509
+ Project Address:https://github.com/akexorcist/Android-RoundCornerProgressBar
510
+ Renderings: ![ Renderings] ( https://raw.githubusercontent.com/akexorcist/Android-RoundCornerProgressBar/master/image/screenshot_02.png )
511
+
512
+ 1 . circular-progress-button
513
+ Button could switch to show circular progress
514
+ Project Address:https://github.com/dmytrodanylyk/circular-progress-button
515
+ Renderings: ![ Renderings] ( https://raw.githubusercontent.com/dmytrodanylyk/circular-progress-button/master/screenshots/intro.gif )
516
+
517
+ 1 . WaveView
518
+ A ProgressBar which showing wave look progress
519
+ Project Address:https://github.com/john990/WaveView
520
+ Demo地址:https://raw.github.com/john990/WaveView/master/screenshot%26apk/demo.unaligned.apk
521
+ Renderings: ![ Renderings] ( https://camo.githubusercontent.com/60722e9d4f2d2daa78a8650cb27a32adea82bdd4/68747470733a2f2f7261772e6769746875622e636f6d2f6a6f686e3939302f57617665566965772f6d61737465722f73637265656e73686f7425323661706b2f73637265656e73686f742e676966 )
522
+
523
+ 1 . MaterialLoadingProgressBar
524
+ MaterialLoadingProgressBar provide a styled ProgressBar which looks like SwipeRefreshLayout's loading indicator(support-v4 v21+)
525
+ Project Address:https://github.com/lsjwzh/MaterialLoadingProgressBar
526
+ Renderings: ![ Renderings] ( https://github.com/lsjwzh/MaterialLoadingProgressBar/raw/master/screen.gif )
527
+ <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 >
423
528
424
529
#### 8. TextView
425
530
include TextView and other views extend TextView, like EditText, Button, RadioButton and so on
@@ -614,6 +719,12 @@ Project Address: https://code.google.com/p/android-lockpattern/
614
719
Demo Apk: https://play.google.com/store/apps/details?id=group.pals.android.lib.ui.lockpattern.demo
615
720
Document: https://code.google.com/p/android-lockpattern/wiki/QuickUse
616
721
722
+ 1 . PatternLock
723
+ Yet another pattern lock library for Android
724
+ Project Address:https://github.com/DreaminginCodeZH/PatternLock
725
+ Demo Apk:https://github.com/DreaminginCodeZH/PatternLock/raw/master/dist/sample.apk
726
+ Renderings:![ Renderings] ( https://github.com/DreaminginCodeZH/PatternLock/raw/master/image/sample_small.png )
727
+
617
728
1 . RangeBar
618
729
Android widget for selecting a range of values. It provides for the selection of a range of values rather than a single value.
619
730
Project Address: https://github.com/edmodo/range-bar
@@ -673,6 +784,12 @@ Project Address: https://github.com/MarkMjw/PullScrollView
673
784
Renderings: ![ Renderings] ( https://raw.github.com/MarkMjw/PullScrollView/master/Screenshots/1.png )
674
785
<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 >
675
786
787
+ 1 . ArcLayout
788
+ A very simple arc layout library
789
+ Project Address: https://github.com/ogaclejapan/ArcLayout
790
+ Demo Apk: https://play.google.com/store/apps/details?id=com.ogaclejapan.arclayout.demo
791
+ Renderings: ![ Renderings] ( https://raw.githubusercontent.com/ogaclejapan/ArcLayout/master/art/demo1.gif )
792
+
676
793
## 2. Common Util Libs
677
794
Include Dependency Injection, ImageCache, Network, Database ORM, Android common lib, Compatible low version, Multimedia, Event Bus, Sensor, Security, Plug-in, File, Others<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 >
678
795
#### 1. Dependency Injection
@@ -1019,7 +1136,25 @@ Demo Apk: https://play.google.com/store/apps/details?id=group.pals.android.lib.u
1019
1136
Document: https://code.google.com/p/android-lockpattern/wiki/QuickUse
1020
1137
<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 >
1021
1138
1022
- #### 11. Others
1139
+ #### 11. Maps
1140
+ 1 . GraphHopper
1141
+ Fast routing library and server using OpenStreetMap
1142
+ Project Address: https://github.com/graphhopper/graphhopper/
1143
+ Document: https://github.com/graphhopper/graphhopper/blob/master/docs/index.md#developers
1144
+ Example APK address: https://graphhopper.com/#community
1145
+ Official Website: https://graphhopper.com
1146
+ Similar App: https://github.com/graphhopper/graphhopper/blob/master/docs/android/index.md#cruiser-app
1147
+ Online Demo: https://graphhopper.com/maps
1148
+
1149
+ 2 . Mapsforge
1150
+ Software for maps rendering based on OpenStreetMap
1151
+ Project Address: https://github.com/mapsforge/mapsforge/
1152
+ Document: https://github.com/mapsforge/mapsforge/blob/master/docs/Getting-Started-Developers.md
1153
+ Example APK address: https://graphhopper.com/#community
1154
+ Renderings: ![ Renderings] ( https://raw.githubusercontent.com/mapsforge/mapsforge/master/docs/images/screenshot-berlin-1.png )
1155
+ <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 >
1156
+
1157
+ #### 12. Others
1023
1158
1 . Salvage view
1024
1159
Generic view recycler and ViewPager PagerAdapter implementation.
1025
1160
Project Address: https://github.com/JakeWharton/salvage
0 commit comments