Custom Search

Additional

Language
Java
Version
v1.0.0 (May 24, 2018)
Created
May 22, 2018
Updated
Jun 22, 2018 (Retired)
Owner
Hussain Chachuliya (aliwaris0572)
Contributors
Hussain Chachuliya (aliwaris0572)
Masud Rana (masudr4n4)
2
Activity
Badge
Generate
Download
Source code

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

Contributors

  1. maaudrana - PR #2