https://github.com/melike-ertekin/popularMovies
Project Overview:
Completed the project as a part of Udacity Android Nanodegree program. Popular Movies App:
- Present the user with a grid arrangement of movie posters upon launch.
- Allow your user to change sort order via a setting: The sort order can be by most popular or by highest-rated.
- Allow the user to tap on a movie poster and transition to a details screen with additional information such as:
original title,
movie poster, image thumbnail,
overview,
vote average,
release date.
Why this Project:
To become an Android developer, you must know how to bring particular mobile experiences to life. Specifically, you need to know how to build clean and compelling user interfaces (UIs), fetch data from network services, and optimize the experience for various mobile devices.
What I Learned:
- Fetch data from the Internet with theMovieDB API.
- Use adapters and custom list layouts to populate list views.
- Use Retrofit library for network calls to simplify the amount of code I need to write.