GitXplorerGitXplorer
A

FamousMovies

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
98657e20ca7cb560fd444343e55638cd03fd9f62

fixing the view of movies

AAkramDweikat committed 8 years ago
Unverified
7487a6f543369fe2fb78841d938040f205b504da

redirect and connect to the correct end points

AAkramDweikat committed 8 years ago
Unverified
08a789a7f6b8eaa4a09073f7fe6e9c411f37c4ff

Update to how you add the API Key

AAkramDweikat committed 8 years ago
Unverified
b7813615c1ae32d17528abd679b549c8c84dafc7

adding adaptive layout to movie view

AAkramDweikat committed 8 years ago
Unverified
ecd7aa1f5c7d890133664c12530a46d4207262b8

fixing menu items to correct strings

AAkramDweikat committed 8 years ago
Unverified
d89e513a80b32f94d3a35053315ab058d16cb8f7

Merge commit 'f9bdb1557f974488ad3f6f95a34c4ac3e08c90e7'

AAkramDweikat committed 8 years ago

README

The README file for this repository.

FamousMovies

Android Application, that displays movies from the Movie Database (www.themoviedb.org), sorted by Average Rating or The Popularity. this is created during course Android Nanodegree Development FastTrack By Udacity.

Before you Run App:

1 .Access the File: utilities/APIKey.class.

2 .Replace YOURKEY_GOESHERE ,with your APIKey that you got from: https://www.themoviedb.org/. 
        
            private final String APIKEY ="YOURKEY_GOESHERE";