Skip to content
This repository has been archived by the owner on May 24, 2019. It is now read-only.

isabelcosta/MoviesApp

Repository files navigation

MoviesApp

Description

This is my first Android application developed 100% in Kotlin. I used the idea of an Movies app to learn Kotlin. The app shows movies and tv shows information (e.g.: title, rating, description, ...). The app uses The Movie Database API. I'm using MVP architecture.

Technologies

Resources

Movie API: https://developers.themoviedb.org/3

Wireframe

TODO: missing some awesome pics

Requirements

To run the application you need a Movies DB API key. Find this file: \app\src\main\res\values\config.xml and replace MOVIES_DB_API_KEY with an appropriate API key.

<string name="movies_db_api_key">MOVIES_DB_API_KEY</string>

Contributors

  • Isabel Costa | @github | @twitter
  • André Alexandre | @github | @twitter - helped me understand Kotlin in my learning journey by reviewing my pull requests

About

Android app that shows movies and tv shows info using The Movie Database API. 100% Kotlin

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages