Skip to content

This is a sample AndroidApp which allows to search for Movie Info by querying keywords

Notifications You must be signed in to change notification settings

AkshayRaj/MovieApp

Repository files navigation

MovieApp

This repository contains source code for an Android App which uses APIs from TMDB : The Movie Database. APIs are used to search for Movies using User Query. The results display a listView of first 20 movies returned by the TMDB server The App uses the android MVC pattern to construct the UI Each element in the listView contains moviePoster, movieName, movieYear Each element is clickable and opens a new Activity which shows more info regarding the movie selected. It shows a backdrop image, movieName, movieReleaseData, movieRating, movieRuntime(if returned by the API), and a short summary Target for androidSDK API Level 14 - 19.

About

This is a sample AndroidApp which allows to search for Movie Info by querying keywords

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages