Media Search
What is Media Search?
Media Search is the useful tool you need when you want to find fast a specific artist, song or playlist.
You can use the Media Cross Providers Search when you want to search for media content through one or more of your media sources.
How to implement Media Search?
The following sections cover how you can get started using Media Search. You can easily integrate the Media Search, by following these steps.
1. Dependencies
Open the build.gradle file for your project and add the following dependency:
1 2 3 |
|
2. Sample of usage
Create Search Manager
Create instance of the search manager using the following code.
1 |
|
Perform search
Use the following code in order to be able to perform search.
1 2 3 4 5 6 7 8 9 10 |
|