Skip to content

Commit 388aac5

Browse files
committed
docs: changed introduction
1 parent 82be3df commit 388aac5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Recycler Adapter [ ![Download](https://api.bintray.com/packages/gotev/maven/recycler-adapter/images/download.svg) ](https://bintray.com/gotev/maven/recycler-adapter/_latestVersion)
22

3-
Makes the use of RecyclerView easier, modular and less error-prone.
3+
RecyclerView-driven declarative UIs.
4+
5+
Using stock Android View system and Recycler Adapter, you can already write UIs similar to [JetPack Compose](https://developer.android.com/jetpack/compose) and use it in production.
46

57
Standard `RecyclerView.Adapter` is tedious to work with, because you have to write repetitive boilerplate and spaghetti code and to concentrate all your items view logic and binding into the adapter itself, which is really bad. This library was born to be able to have the following for each element in a recycler view:
68

@@ -10,8 +12,6 @@ Standard `RecyclerView.Adapter` is tedious to work with, because you have to wri
1012

1113
In this way every item of the recycler view has its own set of files, resulting in a cleaner and easier to maintain code base.
1214

13-
This allows also to write completely declarative UIs, using stock Android View system and be able to already write something similar to [JetPack Compose](https://developer.android.com/jetpack/compose) and use it in production.
14-
1515
# Index
1616

1717
* [Setup](#setup)

0 commit comments

Comments
 (0)