Skip to content

Commit 9bd64de

Browse files
committed
Merge pull request #1 from Trinea/master
merge
2 parents 0d448cb + 28639af commit 9bd64de

File tree

3 files changed

+315
-35
lines changed

3 files changed

+315
-35
lines changed

English Version/README.md

Lines changed: 41 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`
@@ -158,6 +166,12 @@ Demo Apk: https://play.google.com/store/apps/details?id=com.jpardogo.android.lis
158166
Renderings: ![Renderings](https://raw.github.com/jpardogo/ListBuddies/master/art/screenshot_listbuddies_2.png)
159167
<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>
160168

169+
1. RecyclerItemDecoration
170+
RecyclerItemDecoration allows you to draw divider between items in recyclerview with multiple ViewType without considering items' positions!
171+
You don't need to think about items' position! You need to care about their ViewType!!
172+
Project Address: https://github.com/magiepooh/RecyclerItemDecoration
173+
Renderings: ![Renderings:](https://raw.githubusercontent.com/magiepooh/RecyclerItemDecoration/master/art/demo_vertical.gif) ![Renderings:](https://raw.githubusercontent.com/magiepooh/RecyclerItemDecoration/master/art/demo_horizontal.gif)
174+
161175
#### 2. ActionBar
162176
1. ActionBarSherlock
163177
Action bar implementation which uses the native action bar on Android 4.0+ and a custom implementation on pre-4.0 through a single API and theme.
@@ -790,6 +804,18 @@ Project Address: https://github.com/ogaclejapan/ArcLayout
790804
Demo Apk: https://play.google.com/store/apps/details?id=com.ogaclejapan.arclayout.demo
791805
Renderings: ![Renderings](https://raw.githubusercontent.com/ogaclejapan/ArcLayout/master/art/demo1.gif)
792806

807+
1. FinestWebView
808+
Beautiful and customizable Android Activity that shows web pages within an app.
809+
Project Address: https://github.com/TheFinestArtist/FinestWebView-Android
810+
Sample App: https://play.google.com/store/apps/details?id=com.thefinestartist.finestwebview.sample
811+
Renderings: ![Renderings](https://github.com/TheFinestArtist/FinestWebView-Android/blob/master/art/screenshots.png?raw=true)
812+
813+
1. YouTubePlayerActivity
814+
Simply pass a url to play youtube video in new activity. It supports screen orientation, media volume control and etc.
815+
Project Address: https://github.com/TheFinestArtist/YouTubePlayerActivity
816+
Sample App: https://play.google.com/store/apps/details?id=com.thefinestartist.ytpa.sample
817+
Renderings: ![Renderings](https://github.com/thefinestartist/YouTubePlayerActivity/blob/master/art/preview.gif)
818+
793819
## 2. Common Util Libs
794820
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>
795821
#### 1. Dependency Injection
@@ -1030,7 +1056,10 @@ Demo Apk: https://play.google.com/store/apps/details?id=teaonly.droideye
10301056
libpng for Android NDK
10311057
Project Address: https://github.com/julienr/libpng-android
10321058
Document: http://www.libpng.org/pub/png/libpng.html
1033-
<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>
1059+
<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>
1060+
1061+
1. Image File Selector
1062+
Project Address: https://github.com/sw926/ImageFileSelector
10341063

10351064
#### 8. Event Bus
10361065
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.
@@ -1243,6 +1272,10 @@ Gesture detector framework for multitouch handling on Android
12431272
Project Address: https://github.com/Almeros/android-gesture-detectors
12441273
<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>
12451274

1275+
1. CacheUtilsLibrary
1276+
This is a simple Android utils library to write any type of data into cache files and then read them later, using Gson to serialize and deserialize these data.
1277+
Project Address: https://github.com/westlinkin/CacheUtilsLibrary
1278+
12461279
## 3. Excellent projects
12471280
Linux
12481281
Project Address: https://github.com/torvalds/linux
@@ -1308,6 +1341,12 @@ Demo Apk: https://play.google.com/store/apps/details?id=com.todotxt.todotxttouch
13081341
Muzei Live Wallpaper for Android
13091342
Project Address: https://github.com/romannurik/muzei
13101343
Demo Apk: https://play.google.com/store/apps/details?id=net.nurik.roman.muzei
1344+
1345+
(14) Etar Calendar
1346+
Etar is an OpenSource material designed calendar
1347+
Project Address: https://github.com/xsoh/Etar-Calendar
1348+
Demo Apk: https://play.google.com/store/apps/details?id=ws.xsoh.etar
1349+
Renderings: ![Etar Calendar](https://raw.githubusercontent.com/xsoh/Etar-Calendar/materialdesign/assets/_pre_prod/publish/v1.0/animation.gif)
13111350
<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>
13121351

13131352
## 4: Development and testing tools

0 commit comments

Comments
 (0)