Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature version 2 utils #6

Closed
wants to merge 10 commits into from
Prev Previous commit
Next Next commit
Update README.md (#4)
  • Loading branch information
PaulWoitaschek authored and shanmugasanthosh7 committed Mar 26, 2020
commit 5c571461bbd942e08e8fba07e88dd8111206b7af
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class MainActivity : AppCompatActivity() {
```

- VectorDrawableButton - which supports vector drawable in left,right,top and bottom position.
- CheckbaleButton - checkable interface added.
- CheckableButton - checkable interface added.
- EndlessRecyclerScrollListener - which is used for simple pagination or load more.

Droidils utils classes fully based on Kotlin Extension function. So, we can write code concise and avoid boilerplate.
Expand Down