Skip to content

Commit 061c87f

Browse files
committed
Merge pull request #298 from cymcsg/dev
update README
2 parents 043dbe5 + 0ebab66 commit 061c87f

File tree

1 file changed

+8
-18
lines changed

1 file changed

+8
-18
lines changed

README.md

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,10 @@ Notice that UltimateRecyclerView is a project under development.
5151
* and more.
5252

5353
### Demo App / Sample Code:
54-
5554
* Due to rapid updates and developments we have decided to host the demo APK on github
56-
57-
* Check out this link for [demonstration for the code](https://github.com/cymcsg/UltimateRecyclerView/releases)
58-
59-
* or you can check it out already compiled at Google Play
60-
61-
[![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)
62-
63-
64-
55+
* Check out this link for [latest demonstration for the code](https://github.com/cymcsg/UltimateRecyclerView/releases)
56+
* Video demo for [grid layout demo](https://www.youtube.com/watch?v=iTnIf-N8m1Y)
57+
* or you can check it out already compiled at [Google Play](https://play.google.com/store/apps/details?id=com.marshalchen.ultimaterecyclerview.demo)
6558
* You can clone the project and compile it yourself (it includes a sample), or you can check it out already compiled at Google Play
6659

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

7164
#### Welcome to fork and pull request.
7265

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

7668

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

8375
``` gradle
84-
repositories {
85-
jcenter()
86-
}
76+
repositories { jcenter() }
77+
78+
8779
dependencies {
88-
...
8980
compile 'com.marshalchen.ultimaterecyclerview:library:0.4.0'
9081
}
9182
```
@@ -132,7 +123,6 @@ dependencies {
132123

133124

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

0 commit comments

Comments
 (0)