Skip to content

Commit

Permalink
Merge pull request #298 from cymcsg/dev
Browse files Browse the repository at this point in the history
update README
  • Loading branch information
jjhesk committed Feb 15, 2016
2 parents 043dbe5 + 0ebab66 commit 061c87f
Showing 1 changed file with 8 additions and 18 deletions.
26 changes: 8 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,10 @@ Notice that UltimateRecyclerView is a project under development.
* and more.

### Demo App / Sample Code:

* Due to rapid updates and developments we have decided to host the demo APK on github

* Check out this link for [demonstration for the code](https://github.com/cymcsg/UltimateRecyclerView/releases)

* or you can check it out already compiled at Google Play

[![Google Play](http://developer.android.com/images/brand/en_generic_rgb_wo_45.png)](https://play.google.com/store/apps/details?id=com.marshalchen.ultimaterecyclerview.demo)


* Check out this link for [latest demonstration for the code](https://github.com/cymcsg/UltimateRecyclerView/releases)
* Video demo for [grid layout demo](https://www.youtube.com/watch?v=iTnIf-N8m1Y)
* or you can check it out already compiled at [Google Play](https://play.google.com/store/apps/details?id=com.marshalchen.ultimaterecyclerview.demo)
* You can clone the project and compile it yourself (it includes a sample), or you can check it out already compiled at Google Play

[Upcoming changes in UltiamteRecyclerview 0.4.1](UpcomingChanges.md):
Expand All @@ -70,8 +63,7 @@ If you have some good ideas, please tell us. My email is cymcsg # gmail.com.And

#### Welcome to fork and pull request.

### If you want to use a rapid development framework for developing apps,you can try [UltimateAndroid Framework](https://github.com/cymcsg/UltimateAndroid).

### If you want to use a rapid development framework for developing apps, you can try [UltimateAndroid Framework](https://github.com/cymcsg/UltimateAndroid).


> Notice that it might not be the latest version
Expand All @@ -81,11 +73,10 @@ If you have some good ideas, please tell us. My email is cymcsg # gmail.com.And
###### 1.Integration jcenter

``` gradle
repositories {
jcenter()
}
repositories { jcenter() }
dependencies {
...
compile 'com.marshalchen.ultimaterecyclerview:library:0.4.0'
}
```
Expand Down Expand Up @@ -132,7 +123,6 @@ dependencies {


### Thanks

* Use animators from [recyclerview-animators](https://github.com/wasabeef/recyclerview-animators)
* Deal with different types of LayoutManager from[SuperRecyclerView](https://github.com/Malinskiy/SuperRecyclerView)
* Divider of recyclerview[RecyclerView-FlexibleDivider](https://github.com/yqritc/RecyclerView-FlexibleDivider)
Expand Down Expand Up @@ -175,4 +165,4 @@ distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```
```

0 comments on commit 061c87f

Please sign in to comment.