An Android App about Movies and TV Shows.
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.idea
app
gradle/wrapper
.gitignore
LICENSE-2.0.txt
README.md
app-debug.apk
build.gradle
device-2018-09-03-205255.png
device-2018-09-03-205444.png
gradle.properties
gradlew
gradlew.bat
settings.gradle

README.md

Genius

About

Genius is an app about movies and TV shows with a purpose to learn advanced Android concepts and try new APIs.

APK

Debug apk - https://github.com/sudhirkhanger/Genius/blob/master/app-debug.apk?raw=true

TODO

  • Kotlin
  • Dagger 2
  • Android Architecture Components
  • MVVM Architecture
  • Data Binding
  • Retrofit
  • Stetho
  • Android Debug Database
  • Picasso
  • Gson
  • Firebase JobDispatcher
  • Timber
  • Android Database Debug
  • LeakCanary
  • ConstraintLayout

Screenshots

How to build

Add the following line to your ~/.gradle/gradle.properties with an API key from the Movie DataBase (TMDb) website.

MyTheMovieDBApiKey="PLEASE-ADD-YOUR-MOVIE-DB-API-KEY"

Resources

Author

Sudhir Khanger

Android developer, Royal Enfield rider, and a blogger.

Copyright 2018 Sudhir Khanger

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.