192

Android Arsenal

CustomSearch

Allows user to search easily through a list of String.

For details regarding usage, please refer MainActivity.java

Gradle

Add it in your root build.gradle at the end of repositories

allprojects {
	    repositories {
		    ...
		    maven { url 'https://jitpack.io' }
	    }
    }

Then, add this in you app level build.gradle

dependencies {
            implementation 'com.github.aliwaris0572:CustomSearch:{latest_version}'
    }

Screenshots

| enter image description here| enter image description here | |–|–|

Contributors

  1. maaudrana - PR #2