Skip to content

added Movie app to help users find the popular movies #58

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MaddyRizvi
Copy link

Movie App

The Movie App is an Android application built using Java and follows the MVVM architecture. It fetches movie data from The Movie Database (TMDb) API and displays a list of movies on the screen in a user-friendly interface.

This app demonstrates modern Android development practices, including clean architecture, separation of concerns, and API integration.

Features

  • Fetches and displays a list of movies from the TMDb API.
  • Implements the MVVM (Model-View-ViewModel) architecture for clean and scalable code.
  • Displays movie titles, posters, and additional information in a RecyclerView.
  • Uses Retrofit for network requests and LiveData for observing data changes.
  • Material Design components for an intuitive user interface.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant