roza / Cinematic

My shot at making a better IMDb App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PopularMovies

Android App, which displays movie data, based on sorting criteria. It utilizes the The Movie DB API to query data using Retrofit as a REST-Client. The user can favorite movies, which are then stored with a Content-Provider backed by a SQLite Database.

Download

As of April 17th 2016, the app is available on the Play Store for download

Video

In-App Experience

Purpose

This project is part of Udacity's and Google's Associate Android Developer Fast-Track Program The purpose is to design this app from the ground up, bringing it from an idea to a functional state. However it's not close to a production ready state yet.

External Libraries

  • Retrofit2 as a REST-Client
  • GSON for converting the JSON-Response to Java Objects
  • Picasso for image loading
  • Butterknife for binding views

License

This project utilizes the MIT License

About

My shot at making a better IMDb App


Languages

Language:Java 93.5%Language:Kotlin 6.5%