I have two different activities :
one having department list and another activity having employee list.
I want to add search functionality to my app such that it can search data for all activities from a single activity.
Please suggest if it is possible and how ?
For code you can refer How to pass data collected in arraylist from json asset file in one activity having recyclerview to another activity again having recycler view?