Skip to content

luancouto/MyMovies

Repository files navigation

MyMovies - Project 1 & 2

Material design project done as part of Android Developer Nanodegree by Udacity.

Project 1: Movies app that communicates with the internet and provides a responsive user experience. The app fetchs data from the Internet with the MovieDB API, use adapters and custom list layouts to populate list views, and incorporate libraries to simplify your code.

Project 2: Expand on the movies app built in Project 1 to create a fully-featured app. This project will allow users to view and play trailers, read reviews, and mark their favorite movies. You’ll also create a database and content provider to store and handle your app data.

App's main screen:

How to run the project

Please make sure you create keys.xml inside the \res\values\ folder, and also put your The Movie Database key in it as:

<string name="movie_key">YOUR_KEY_HERE</string>

Project Specifications

About

Material design project done as part of Android Developer Nanodegree by Udacity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages