Giter Club home page Giter Club logo

movieapp's Introduction

FunFlix

FunFlix is a Kotlin-based movie app that consumes the TMDB API to display the current upcoming, trending, top-rated, and popular movies and TV shows. The app is built using the MVVM architecture and is powered by several popular libraries and frameworks.

Getting Started

To get started with the app, you'll need to obtain an API key from TMDB

  1. Add the API key in the gradle.properties file within the root directory:
    API_KEY="YOUR_API_KEY"
    
  2. Open your .gitignore file and add the gradle.properties file so that it will not be included in the git repository, therefore not visible by others.
    gradle.properties
    
  3. In your app-level build.gradle file, add the following line in the buidConfig block.
    buildConfig{
    ...
    buildConfigField("String", "API_KEY", API_KEY)
    }
    
  4. Finaly, you can access the key from anywhere in your app.
    BuildConfig.API_KEY
    

Tech Stack/Libraries

  • Navigation Component A Jetpack library that helps to navigate between fragments and activities.
  • Retrofit A type-safe HTTP client for Android and Java.
  • Kotlin Coroutines A Kotlin library that helps to write asynchronous, non-blocking code.
  • Hilt A Dependency Injection library for Android.
  • Glide An image loading and caching library for Android.
  • ViewModel A class that is responsible for preparing and managing the data for the UI.
  • LiveData A data holder class that can be observed within a given lifecycle.
  • Gson A Java library that can be used to convert Java Objects into their JSON representation.
  • Okhttp A HTTP client for Android and Java. Used to Log HTTP request and response data.
  • Facebook Shimmer A library that provides a shimmering effect for loading placeholder.

Screenshots

movieapp's People

Contributors

robert-nganga avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

pramodk007

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.