MoshDev / MovLan

Android MovieDB Application written in Kotlin and latest Google libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI

MovLan 🎦 

MovLan is a sample project movie listing Android app, which uses the TheMovieDb API.

Android development

MovLan is an sample project which attempts to use the latest libraries and tools. As a summary:

Architecture

The app uses MVVM architecture which fits more with the latest libraries used (ViewModel and Room) and the app requirements.

Download APK

The apk could be downloaded from Here

Code style

Uses the default Kotlin code style built-in AndroidStudio

API keys

At the moment the MovieDB API key is left in the project to make it easier to build, as future improvement it will be moved to the CI instance and reading it from the gradle properties.

License

                    GNU GENERAL PUBLIC LICENSE
                       Version 3, 29 June 2007

 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

About

Android MovieDB Application written in Kotlin and latest Google libraries


Languages

Language:Kotlin 99.0%Language:Java 1.0%