This is an old revision of the document!
Name: Moroiu Alexandra-Maria
Group: SSA1-C
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.
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.