Giter Site home page Giter Site logo

movflex's Introduction

MovFlex

MovFlex is an application that shows you an information about a movie from the TMDb API

Table of Contents

App Preview

home_screen.png home_screen1.png home_screen2.png home_screen3.png home_screen4.png detail_screen.png detail_screen1.png detail_screen2.png

Getting Started

Follow these steps to get the app up and running on your Android device or emulator.

Prerequisites

  • Android Studio: Download and install the latest version of Android Studio.
  • Android Device or Emulator: Ensure you have a physical Android device connected or an emulator set up in Android Studio.

Installation

  1. Clone the repository: Clone this repository to your local machine using git.

    git clone https://github.com/onirutlA/MovFlex.git
    cd MovFlex
  2. Open in Android Studio: Launch Android Studio and select "Open an existing Android Studio project." Navigate to the folder where you cloned the repository and open it.

  3. Build and Run: Wait for the project to build, and then click the "Run" button in Android Studio. Select your connected Android device or choose an emulator to run the app.

Library Used

  • Kotlin based, Coroutines + Flow for asynchronous.
  • Hilt for dependency injection.
  • Jetpack
    • Compose - UI toolkit.
    • Lifecycle - dispose of observing data when lifecycle state changes.
    • ViewModel - UI related data holder, lifecycle aware.
    • Room Persistence - construct the database using the abstract layer.
    • Data Store - Persist user preference
    • Navigation Component - Navigate to another fragment
  • Architecture
    • MVVM Architecture
    • Repository pattern
    • Multi Module
  • Retrofit2 & OkHttp3 - construct the REST APIs.
  • Moshi - A modern JSON library for Kotlin and Java.
  • Coil - Image Loading Library.
  • Material-Components - Material design components for building ripple animation, and CardView.

Contributing

Your contributions to this project are highly appreciated! To contribute, follow these steps:

  1. Fork the repository and create a new branch.
  2. Make your changes and ensure the code is well-tested.
  3. Commit your changes and push them to your fork.
  4. Submit a pull request, explaining the changes you've made.

Bug Reporting

If you encounter any bugs, issues, or have suggestions for improvements, please open an issue on the repository. Provide as much detail as possible to help us understand and resolve the problem quickly.

Contact

Provide information about how users or other developers can get in touch with you. This can include your email, social media profiles, or links to your personal website.

License

This project is licensed under the MIT License. Feel free to use, modify, and distribute the app's code following the terms of this license.

movflex's People

Contributors

alturino avatar

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.