diff --git a/README.md b/README.md index 421c447..ab16072 100644 --- a/README.md +++ b/README.md @@ -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 + +| Article banner | +| :-: | +| **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
• Can perform search
• Has DetailActivity to show details of selected item from list.
• Shows images in list and details. | +| java | • Java code only
• Can perform search
• No Activity to shows details
• No images | +| simple-search | • Kotlin code only
• Can perform search
• No Activity to shows details
• No images |