Skip to content

Commit a1718bb

Browse files
author
冯越新
committed
Merge remote-tracking branch 'Trinea/master'
2 parents 5178227 + 4fa2a3d commit a1718bb

File tree

3 files changed

+379
-47
lines changed

3 files changed

+379
-47
lines changed

English Version/README.md

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,15 @@ Similar App: Wordpress Android
6363
An Android List View implementation with support for drawable cells and many other swipe related features
6464
Project Address: https://github.com/47deg/android-swipelistview
6565
Demo Apk: https://play.google.com/store/apps/details?id=com.fortysevendeg.android.swipelistview
66-
Similar App: 微信
66+
Similar App: 微信
67+
68+
1. SlideAndDragListView
69+
An extension of the Android ListView that enables slide and drag-and-drop reordering of list items.
70+
Project Address: https://github.com/yydcdut/SlideAndDragListView
71+
Demo Apk: https://github.com/yydcdut/SlideAndDragListView/blob/master/apk/sdlv.apk?raw=true
72+
Similar App: Android 手机QQ 5.0
73+
Renderings: ![Renderings](https://raw.githubusercontent.com/yydcdut/SlideAndDragListView/master/gif/v1.1.gif)
74+
6775

6876
1. RecyclerViewSwipeDismiss
6977
lightweight support-v7 RecyclerView Swipe to dismiss library,Just bind `onTouchListener`
@@ -365,6 +373,12 @@ Renderings:
365373
![](https://github.com/lsjwzh/RecyclerViewPager/blob/master/fragment.gif)
366374
<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>
367375

376+
1. WoWoViewPager
377+
A material design Viewpager.Optimized for scrolling app intros or making your CV app. Free and open source.
378+
WoWoViewPager combines animations and viewpager. When you are swiping viewpager, you are also controlling the frames of the animation. Just like rewinding time.
379+
Project Address: [WoWoViewPager](https://github.com/Nightonke/WoWoViewPager)
380+
Renderings: ![](https://github.com/Nightonke/WoWoViewPager/blob/master/Pictures/AppIntroExample.gif)
381+
368382
#### 5. GridView
369383
1. StaggeredGridView
370384
A modified version of Android's experimental StaggeredGridView. Includes own OnItemClickListener and OnItemLongClickListener, selector, and fixed position restore. contains cache, extends from ViewGroup
@@ -796,6 +810,18 @@ Project Address: https://github.com/ogaclejapan/ArcLayout
796810
Demo Apk: https://play.google.com/store/apps/details?id=com.ogaclejapan.arclayout.demo
797811
Renderings: ![Renderings](https://raw.githubusercontent.com/ogaclejapan/ArcLayout/master/art/demo1.gif)
798812

813+
1. FinestWebView
814+
Beautiful and customizable Android Activity that shows web pages within an app.
815+
Project Address: https://github.com/TheFinestArtist/FinestWebView-Android
816+
Sample App: https://play.google.com/store/apps/details?id=com.thefinestartist.finestwebview.sample
817+
Renderings: ![Renderings](https://github.com/TheFinestArtist/FinestWebView-Android/blob/master/art/screenshots.png?raw=true)
818+
819+
1. YouTubePlayerActivity
820+
Simply pass a url to play youtube video in new activity. It supports screen orientation, media volume control and etc.
821+
Project Address: https://github.com/TheFinestArtist/YouTubePlayerActivity
822+
Sample App: https://play.google.com/store/apps/details?id=com.thefinestartist.ytpa.sample
823+
Renderings: ![Renderings](https://github.com/thefinestartist/YouTubePlayerActivity/blob/master/art/preview.gif)
824+
799825
## 2. Common Util Libs
800826
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>
801827
#### 1. Dependency Injection
@@ -1036,7 +1062,10 @@ Demo Apk: https://play.google.com/store/apps/details?id=teaonly.droideye
10361062
libpng for Android NDK
10371063
Project Address: https://github.com/julienr/libpng-android
10381064
Document: http://www.libpng.org/pub/png/libpng.html
1039-
<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>
1065+
<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>
1066+
1067+
1. Image File Selector
1068+
Project Address: https://github.com/sw926/ImageFileSelector
10401069

10411070
#### 8. Event Bus
10421071
A typical use case for Android apps is gluing Activities, Fragments, and background threads together. Conventional wiring of those elements often introduces complex and error-prone dependencies and life cycle issues.

0 commit comments

Comments
 (0)