IamMutevu / MovieApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie App

The name? I know. That's why its a very basic app created initially for my sister. The name might change if she comes up with something creative😄🚀

APK Platform Language Min sdk Target sdk License

Features

  • 100% Kotlin

  • Android architecture components and Jetpack libraries

  • Single activity pattern

  • Testing (Upcoming)

    Screenshots

Tech Stacks

API Key 🔑

You will need to provide developer key to fetch the data from TMDB API.

  • Generate a new key (v3 auth) from here. Copy the key and go back to Android project.
  • Add the key in gradle.properties file by defining it as TMDB_API_KEY with the double quotes, so it looks like
TMDB_API_KEY = "YOUR_KEY_HERE"
  • Perform gradle sync.
mv.mp4

Project Roadmap

  • Creating a new Movie app project
  • Working with the API to fetch data
  • Adding Paging 3
  • Pretty Basic UI..planning to come up with a new one (As you might have noticed, add categories ie with genres)
  • Code restructure
  • Upload on playstore

About

License:MIT License


Languages

Language:Kotlin 100.0%