Skip to content

Commit 228e533

Browse files
committed
Merge pull request #1 from Trinea/master
Merge master
2 parents bbc0740 + d9b5bec commit 228e533

File tree

3 files changed

+972
-377
lines changed

3 files changed

+972
-377
lines changed

English Version/README.md

Lines changed: 52 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,20 @@ Similar App: Sina Weibo Pages
3232
Pull to refresh listView for android, There is some bug for this
3333
Project Address: https://github.com/johannilsson/android-pulltorefresh
3434
Demo Apk: https://github.com/Trinea/TrineaDownload/blob/master/pull-to-refresh-listview-demo.apk?raw=true
35+
36+
1. android-Ultra-Pull-to-Refresh
37+
It's a replacement for the deprecated pull to refresh solution. It can contain any view you want.
38+
It's easy to use and more powerful than SwipeRefreshLayout.
39+
It's well designed, you can customize the UI effect you want as easy as adding a headview to ListView.
40+
Support `API LEVEL >= 8`
41+
Project Address: https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh
42+
Demo Apk: https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh/blob/master/ptr-demo/target/ultra-ptr-demo.apk?raw=true
43+
<div>
44+
<img src='http://srain-github.qiniudn.com/ultra-ptr/contains-all-of-views.gif' width="150px"/>
45+
<img src='http://srain-github.qiniudn.com/ultra-ptr/release-to-refresh.gif' width="150px"/>
46+
<img src='http://srain-github.qiniudn.com/ultra-ptr/auto-refresh.gif' width="150px"/>
47+
<img src='http://srain-github.qiniudn.com/ultra-ptr/store-house-string-array.gif' width="150px"/>
48+
</div>
3549

3650
1. DropDownListView
3751
Pull to refresh and load more when on bottom listView for android
@@ -271,6 +285,12 @@ Project Address: https://github.com/astuetz/PagerSlidingTabStrip
271285
Demo Apk: https://play.google.com/store/apps/details?id=com.astuetz.viewpager.extensions.sample
272286
<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>
273287

288+
1. SmartTabLayout
289+
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.
290+
Project Address: https://github.com/ogaclejapan/SmartTabLayout
291+
Demo Apk: https://play.google.com/store/apps/details?id=com.ogaclejapan.smarttablayout.demo
292+
Renderings: ![Renderings](https://raw.githubusercontent.com/ogaclejapan/SmartTabLayout/master/art/demo1.gif)
293+
274294
#### 5. GridView
275295
1. StaggeredGridView
276296
A modified version of Android's experimental StaggeredGridView. Includes own OnItemClickListener and OnItemLongClickListener, selector, and fixed position restore. contains cache, extends from ViewGroup
@@ -306,7 +326,12 @@ Demo视频:http://youtu.be/FYTSRfthSuQ
306326
1. Android-DraggableGridViewPager
307327
Zaker style grid view pager, support dragging & rearrange, using as zaker's main screen.
308328
Project Address: https://github.com/zzhouj/Android-DraggableGridViewPager
309-
Demo Apk: https://github.com/Trinea/trinea-download/blob/master/draggable-grid-viewpager-demo.apk?raw=true
329+
Demo Apk: https://github.com/Trinea/trinea-download/blob/master/draggable-grid-viewpager-demo.apk?raw=true
330+
331+
1. GridView with Header and Footer
332+
Same with `ListView`. It allows you call `addHeaderView()`, `addFooterView` to add views to GridView.
333+
Project Address:https://github.com/liaohuqiu/android-GridViewWithHeaderAndFooter
334+
Renderings:![Screen Shot](https://raw.githubusercontent.com/liaohuqiu/android-GridViewWithHeaderAndFooter/master/screen-shot.png)
310335
<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>
311336

312337
#### 6. ImageView
@@ -329,7 +354,13 @@ Demo Apk: https://github.com/Trinea/TrineaDownload/blob/master/imageviewex-demo.
329354
A fast ImageView that supports rounded corners and ovals or circles
330355
Project Address: https://github.com/vinc3m1/RoundedImageView
331356
Renderings: ![Renderings](https://raw.github.com/makeramen/RoundedImageView/master/screenshot.png)
332-
357+
358+
1. SelectableRoundedImageView
359+
ImageView that supports different radiuses on each corner. It also supports oval(and circle) shape and border.
360+
Project Address: https://github.com/pungrue26/SelectableRoundedImageView
361+
Demo Apk: https://play.google.com/store/apps/details?id=com.joooonho
362+
Renderings: ![Renderings](https://camo.githubusercontent.com/25d2e5fb8783b5dd09c00b03091172a79c69350e/687474703a2f2f692e696d6775722e636f6d2f55355653376d322e706e673f31)
363+
333364
1. ColorArt
334365
iTunes 11-style color matching code for Android, is a library that uses an image to create a themed image/text display
335366
Project Address: https://github.com/MichaelEvans/ColorArt
@@ -589,6 +620,12 @@ Project Address: https://code.google.com/p/android-lockpattern/
589620
Demo Apk: https://play.google.com/store/apps/details?id=group.pals.android.lib.ui.lockpattern.demo
590621
Document: https://code.google.com/p/android-lockpattern/wiki/QuickUse
591622

623+
1. PatternLock
624+
Yet another pattern lock library for Android
625+
Project Address:https://github.com/DreaminginCodeZH/PatternLock
626+
Demo Apk:https://github.com/DreaminginCodeZH/PatternLock/raw/master/dist/sample.apk
627+
Renderings:![Renderings](https://github.com/DreaminginCodeZH/PatternLock/raw/master/image/sample_small.png)
628+
592629
1. RangeBar
593630
Android widget for selecting a range of values. It provides for the selection of a range of values rather than a single value.
594631
Project Address: https://github.com/edmodo/range-bar
@@ -648,6 +685,12 @@ Project Address: https://github.com/MarkMjw/PullScrollView
648685
Renderings: ![Renderings](https://raw.github.com/MarkMjw/PullScrollView/master/Screenshots/1.png)
649686
<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>
650687

688+
1. ArcLayout
689+
A very simple arc layout library
690+
Project Address: https://github.com/ogaclejapan/ArcLayout
691+
Demo Apk: https://play.google.com/store/apps/details?id=com.ogaclejapan.arclayout.demo
692+
Renderings: ![Renderings](https://raw.githubusercontent.com/ogaclejapan/ArcLayout/master/art/demo1.gif)
693+
651694
## 2. Common Util Libs
652695
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>
653696
#### 1. Dependency Injection
@@ -692,6 +735,13 @@ Image Cache, support multi caching algorithms
692735
Project Address: https://github.com/Trinea/AndroidCommon
693736
Demo Apk: https://play.google.com/store/apps/details?id=cn.trinea.android.demo
694737
Document: http://www.trinea.cn/android/android-imagecache/
738+
739+
1. Cube ImageLoader
740+
Easy to use, high performance, used in some of the Apps in Alibaba Group.
741+
Project Address:https://github.com/etao-open-source/cube-sdk
742+
Demo Apk:https://github.com/liaohuqiu/cube-sdk/raw/master/cube-sdk-sample.apk
743+
Document:http://cube-sdk.liaohuqiu.net/
744+
Renderings: ![Screen Shot](https://raw.githubusercontent.com/etao-open-source/cube-sdk/dev/screen-shot.png)
695745
<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>
696746

697747
#### 3. Network

0 commit comments

Comments
 (0)