Skip to content

Commit fcef652

Browse files
committed
simplfy README
1 parent abc9d6d commit fcef652

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,11 @@
22

33
[ ![Download](https://api.bintray.com/packages/alancheen/maven/flap/images/download.svg?version=0.3.0) ](https://bintray.com/alancheen/maven/flap/0.3.0/link) [![Build Status](https://travis-ci.org/AlanCheen/Flap.svg?branch=master)](https://travis-ci.org/AlanCheen/Flap)
44

5-
Flap is an Android library that make RecyclerView.Adapter more easier to use.
65

7-
Especially when you have to support lots of different type ViewHolders.
86

9-
Flap will make you enjoy developing ViewHolders.
7+
Flap is an library that makes RecyclerView.Adapter more easier to use , especially when you have to support lots of different type ViewHolders.
108

11-
And you will save a lot of time by avoiding writing lots of boilerplate code with Flap.
12-
13-
Btw , Flap integrated with Lifecycle , you can get the lifecycle callback easily which is very helpful.
9+
Flap can save your day by keeping you from writing boilerplate codes.
1410

1511
Have a try , thanks !
1612

@@ -119,8 +115,7 @@ What's more , here are some methods for you that you can override if you need :
119115

120116
### Enable Lifecycle
121117

122-
Extending `LifecycleItem` , a lifecycle aware `ViewHolder` , so that you can get the lifecycle callbacks : `onResume``onPause``onStop``onDestroy` when you care about the lifecycle , FlapAdapter binds the LifecycleOwner automatically.
123-
118+
By extending `LifecycleItem` , a lifecycle aware `ViewHolder` , you can get the lifecycle callbacks : `onResume``onPause``onStop``onDestroy` when you care about the lifecycle , `FlapAdapter` binds the `LifecycleOwner` automatically.
124119

125120

126121
Releated methods :

0 commit comments

Comments
 (0)