Skip to content

Source code for one for all list search adapter that provides a search feature to unlimited number of extending adapters for their individual lists when attached to recycler view.

License

Notifications You must be signed in to change notification settings

mmobin789/Android-Dynamic-Search-Adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android-Dynamic-Search-Adapter

An abstract recycler view adapter (One for all) that provides a search feature to unlimited number of extending adapters for their individual lists.

Features

  • Performance: O(n)
  • Asynchronous
  • One Search adapter for every usage.
  • Accomodates Every list type which implements Searchable Interface.
  • Its not a fixed dependency to be included in your project to increase redundancy.
  • Its flexible to be converted in any library/SDK or modular form as per your requirement.
  • Modifications/Enhancements can be made as required.
  • Highly decoupled,optimized and clean code.
  • No Obfuscation Required (Proguard/Dexguard).
  • Complete Documentation.
  • UI tested (Espresso).
  • It would be a part of your project while not implying any 3rd-party involvement.

How to use ?

Just clone the project in Android Studio and run it.

For details read more on medium.

About

Source code for one for all list search adapter that provides a search feature to unlimited number of extending adapters for their individual lists when attached to recycler view.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages