GitXplorerGitXplorer
r

Popular-Movies-Stage-1

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
553baf984c0138659cb7d728f91a5473bc52ebfe

Updated the Android Gradle plug-in and Gradle versions

rricharth committed 8 years ago
Unverified
715762067bb89b4af382f38a7588df37ed49a770

Disabled leak canary for app review

rricharth committed 8 years ago
Unverified
e23781e410a4577ac3ea40faf2e71d7a2042b175

Improved the tablet layout, devices from the nexus 10 up will now show two pane in portrait. The nexus 7 will only show the list

rricharth committed 8 years ago
Unverified
529d39c70e9618d4b61c84d8396f9e32dfb5fb96

We now determine the width of the details screen by it's scroll view as that will always be present

rricharth committed 8 years ago
Unverified
501a7605ff23a2bde6ec2738ff3d2ac145950066

Removed unused layout file

rricharth committed 8 years ago
Unverified
e75f12fc637486b9e00f344950c3df3f5dac944a

Removed the check on the last spinner position as that stops us changing back to the most popular listing

rricharth committed 8 years ago

README

The README file for this repository.

Popular Movies Stage 1

An implementation of Udacity's popular movies project stage 1

To build the app yourself create a gradle.properties file in the root of the project. Edit the gradle.properties file and add the line below, replacing ??? with your API key from The Movie DB

MyMovieDBApiKey="???"