Paulmburu / MoviesReview

An android app that consumes https://www.themoviedb.org/ REST API to fetch latest and upcoming movies, Its built on Android Architecture Components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Popular Movies Review 🚧👷🔧️

Codacy Badge BCH compliance Build Status contributions welcome

Get a review of latest and popular movies. MoviesReview app development in progress, consumes https://www.themoviedb.org/ REST APIs to fetch popular movies and their info, built on Android Architecture Components and MVVM Architecture.

Get it on Google Play

Screenshots

Tech stack

  • Architecture - A collection of libraries that help you design robust, testable, and maintainable apps. Start with classes for managing your UI component lifecycle and handling data persistence.
    • Data Binding - Declaratively bind observable data to UI elements.
    • Lifecycles - Create a UI that automatically responds to lifecycle events.
    • LiveData - Build data objects that notify views when the underlying database changes.
    • Navigation - Handle everything needed for in-app navigation.
    • Room - Access app's SQLite database with in-app objects and compile-time checks.
    • ViewModel - Store UI-related data that isn't destroyed on app rotations.
    • WorkManager - Manage your Android background jobs.
  • Third party
    • Dagger2 - Dagger is a compile-time framework for dependency injection.
    • Retrofit - A type-safe HTTP client for Android and Java
    • Moshi - A modern JSON library for Android and Java. It makes it easy to parse JSON into Java objects
    • Glide for image loading
    • Kotlin Coroutines for managing background threads with simplified code and reducing needs for callbacks *Timber logging Library
  • CI/CD

License

   Copyright 2020 Paul Mburu

   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.

About

An android app that consumes https://www.themoviedb.org/ REST API to fetch latest and upcoming movies, Its built on Android Architecture Components

License:Apache License 2.0


Languages

Language:Kotlin 98.1%Language:Ruby 1.9%