Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RajashekarRaju authored Jan 6, 2022
1 parent 43c5ffc commit 42489e8
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Filter-Search-RecyclerView
Repository for android application which shows how to filter search in RecyclerView with user entered query , also voice search enabled with modern layout interface. These implementations are demonstrated in my blog, link is posted below, check the article.
# Filter Search Android RecyclerView

[Search in RecyclerView with query and voice in Android](https://developersbreach.com/search-recyclerview-with-query-voice-android/)
Repository for android application which shows how to filter search in RecyclerView with user
entered query , also voice search enabled with modern layout interface.

![SimpleSearchInterfaceBlogBanner](https://developersbreach.com/wp-content/uploads/2020/11/SimpleSearchInterfaceBanner.png)
## :pencil: Blog

| <img src="https://developersbreach.com/wp-content/uploads/2020/11/SimpleSearchInterfaceBanner.png" alt="Article banner" width="600" /> |
| :-: |
| **Search in RecyclerView with query and voice in Android** |
| [*Read article*](https://developersbreach.com/search-recyclerview-with-query-voice-android/) |

## :cactus: Branch info

| Branch | Implementations |
| :- | :- |
| main | • Kotlin code<br> • Can perform search<br> • Has DetailActivity to show details of selected item from list.<br> • Shows images in list and details. |
| java | • Java code only<br> • Can perform search<br> • No Activity to shows details<br> • No images |
| simple-search | • Kotlin code only<br> • Can perform search<br> • No Activity to shows details<br> • No images |

0 comments on commit 42489e8

Please sign in to comment.