Skip to content

Commit

Permalink
Added link to blog-post and library logo
Browse files Browse the repository at this point in the history
  • Loading branch information
the-cybersapien committed Mar 12, 2017
1 parent d4bcab3 commit 0369a52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -3,6 +3,10 @@

[ ![Release](https://jitpack.io/v/the-cybersapien/RecyclerELE.svg) ](https://jitpack.io/#the-cybersapien/RecyclerELE) [ ![Download](https://api.bintray.com/packages/the-cybersapien/android-RecyclerELE/recycler-ele/images/download.svg) ](https://bintray.com/the-cybersapien/android-RecyclerELE/recycler-ele/_latestVersion)

![Logo image](pics/Recycler-ELE2.png)

Related Blog Post: [Cybersapien's blog](http://blog.cybersapien.xyz/android/libraries/recycler-ele-recyclerview/)

We often use the RecyclerView and the RecyclerView.Adapter for our material design apps. Going from the ListView to RecyclerView, I really missed the `setEmptyView()` method.

So, I extended the original RecyclerView Adapter to help manage different states in the application.
Expand All @@ -13,6 +17,7 @@ The Adapter, apart from the standard list, supports three different views:

This way, `RecyclerELE` helps us give different output to user depending on the current state of data, without having to mess a lot with the code.


### Installation

------------------------------------------
Expand Down
Binary file added pics/Recycler-ELE2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0369a52

Please sign in to comment.