I am new to android development and I started my first project.
My question is that I am building an app with different activities and fragments that contains a lot of items, I want to implement a search feature in the HomeActivity that can search for items in all other activities and fragments and displayed them in a fragment.
All the items strings I am using in the app are inside a single xml file.
Is that possible to establish? I don’t want to implement a search option for every activity and fragment.
I tried to look for the answer here but I didn’t find any.