Giter Club home page Giter Club logo

iicnma's Introduction

iiCnma

A playground android app, showcasing the latest technologies and architecture patterns using the Movie Database APIs.

Demo

Technologies

  • Kotlin Coroutines, Flow, StateFlow
  • Hilt
  • Paging3
  • Navigation Component
  • LiveData
  • ViewModel
  • Room
  • Retrofit
  • OkHttp3
  • Glide
  • jUnit
  • Mockk
  • Coroutine Test

Architecture

A custom architecture inspired by the Google MVVM and the Clean architecture.

This architecture allows app to be offline first. It gets data from the network if it doesn't exist in the local database and persists it. Local database is the single source of truth of the app and after its data changes, it notifies other layers using coroutine flows.

Build

Clone the repository and get an API key from the Movie Database and put it in the local.properties file as below:

apikey="YOUR_API_KEY"

iicnma's People

Contributors

dependabot-preview[bot] avatar dependabot[bot] avatar imnirdst avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

iicnma's Issues

The minCompileSdk (33) specified in a dependency's AAR metadata

The minCompileSdk (33) specified in a dependency's AAR metadata
001

Maybe consider adjusting compileSdkVersion and targetSdkVersion to 33.
001-2

Apps targeting Android 12 and higher are required to specify an explicit value for android:exported
002

Maybe consider adding android:exported="true".
002-2

Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.7.1, expected version is 1.5.1.
003

Maybe consider adjusting androidx.core:core-ktx to 1.8.0.
003-2

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.