Interface | Description |
---|---|
MediaItemService.MediaItemInfoCallback |
Callback called when the external service media item details are available
|
MediaItemService.MediaItemSearchCallback |
Callback called when the external service search results are available
|
Class | Description |
---|---|
BookService |
Service for books that allows to connect to an external API to retrieve data
Uses Retrofit external library to manage the connection
|
MediaItemService |
Abstract service for a generic media item that allows to connect to an external API to retrieve data
Uses Retrofit external library to manage the connection
|
MovieService |
Service for movies that allows to connect to an external API to retrieve data
Uses Retrofit external library to manage the connection
|
TVShowService |
Service for TV shows that allows to connect to an external API to retrieve data
Uses Retrofit external library to manage the connection
|
VideogameService |
Service for videogames that allows to connect to an external API to retrieve data
Uses Retrofit external library to manage the connection
|