GitXplorerGitXplorer
r

Popular-Movies-Stage-1

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
cb04410945e9557ab744ab50fae0bb96ab0110f5

Switched from APT to Android Gradle Plugin annotation processor

rricharth committed 8 years ago
Unverified
5b28e5b59886645d0468fd6e3d73682f86912b6d

Now using a placeholder image for the movie poster image views. The placeholder image is also used in case of errors

rricharth committed 8 years ago
Unverified
3d858eacf8b2291bccb1843ba6d6bfe601836fa2

Set adjust view bounds so that the image view adjusts it's size correctly based on the image dimensions

rricharth committed 8 years ago
Unverified
487eeaa571fe1bcf35215d08fa3a58aa03be8bfa

Moved hard coded sizes to dimensions file

rricharth committed 8 years ago
Unverified
812709ef332af49b0abac2e6558a64650856bda8

Marked string as non translatable

rricharth committed 8 years ago
Unverified
e21e5fee5608756ac36e7deff9f16360e3db8687

Set the scheduler for the IO thread during testing so that tests all run on the trampoline thread and we don't have any threading issues

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="???"