Skip to content

An application that searches by movie name and displays movie information.

License

Notifications You must be signed in to change notification settings

mahmutaunal/MovieFinder

Repository files navigation

MovieFinder - Android App

MovieFinder is an application that searches by movie name and displays movie information. MovieFinder is free. No registration is required to use the MovieFinder application.

About

Movie results are displayed by searching by movie name. Then, the page on which information such as the poster, duration and scenario of this movie is displayed is displayed.

In this project, OMDb was used as the database. With the input entered by the user in the search section, a GET request is made to the API with the Retrofit library, and the required data is displayed, and recyclerview is used to display the retrieved data as a list. It is also provided with a GET request to show the detailed information of the required movie.

Features

The android app lets you:

  • Show detailed information about the movie by searching by movie name.
  • Switch between dark and light themes.
  • English and Turkish language support.

Screenshots

Permissions

MovieFinder requires the following permissions:

  • Full Network Access.
  • View Network Connections.

License

This application is released under BSD-3-Clause license (see LICENSE).

About

An application that searches by movie name and displays movie information.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages