Name: Moroiu Alexandra-Maria
Group: SSA1-C
Github repo: Project link
A simple and intuitive Android application built with Jetpack Compose that helps users discover TV shows. The app uses the TV Maze API to fetch show information and provides a clean interface for browsing shows and their details.
GET https://api.tvmaze.com/search/shows?q={query} → Search for TV shows by name. Returns matching show results. GET https://api.tvmaze.com/shows/{id} → Get detailed information about a specific show. GET https://api.tvmaze.com/shows/{id}/episodes → Get all episodes for a show, grouped by season.
The app follows the MVVM (Model-View-ViewModel) architecture pattern:
The app also uses a manual dependency injection approach with an Application Container to manage dependencies.