autocomplete-toolbar-search-view icon indicating copy to clipboard operation
autocomplete-toolbar-search-view copied to clipboard

Android SearchView that features autocompletion and material design

AutocompleteSearchView for the Appcompat Toolbar

Preview animation

Demo

Demo on Google Play
Youtube demo

Usage

Add to your build.gradle:
compile 'com.amsen.par:searchview:0.8.1'

You can check the demo project to see how to initialize and use the AutoCompleteSearchView in your project.

Development

Local deploy

./gradlew install #Deploys to local repo

Production deploy

./gradlew bintrayUpload #Deploys to Jcenter/Bintray