Giter Site home page Giter Site logo

ykv17 / rickandmorty Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 396 KB

The Rick And Morty app follows the MVVM pattern while adhering to a clean architecture approach, incorporating top-tier practices in Android Development.

Home Page: https://rickandmortyapi.com/

Kotlin 99.94% Assembly 0.06%
android coroutines-flow kotlin mvvm-clean-architecture test-cases

rickandmorty's Introduction

Yogesh LinkedIn

RickAndMorty Clean Architecture

The Rick And Morty app utilizes a Rick and Morty API to exhibit Characters. It has been developed following the principles of clean architecture, integrating the Repository Pattern and MVVM pattern, along with some Architecture Components.

App features:

  • List of Rick and Morty characters

Tech stack - Library:

  • Kotlin
  • Coroutines - A coroutine is a concurrency design pattern that you can use on Android to simplify code that executes asynchronously
  • Flow - Flow is used to pass (send) a stream of data that can be computed asynchronously
  • Dagger-Hilt - for dependency injection.
  • Kotlin-DSL - Used to handle gradle dependencies and config versions
  • JetPack
    • ViewModel - Stores UI-related data that isn't destroyed on UI changes.
    • Data Binding - Used to bind UI components in your XML layouts.
  • Material-Components - Material design components like ripple animation, cardView.
  • Retrofit - Used for REST api communication.
  • OkHttp - HTTP client that's efficient by default: HTTP/2 support allows all requests to the same host to share a socket
  • Gson - A library that can be used to convert Java Objects into their JSON representation. It can also be used to convert a JSON string to an equivalent Java object.
  • Glide - Glide is a fast and efficient image loading library for Android

Reference repository

This repository code is mostly inspired by Rick-and-Morty and News_MultiModule.

rickandmorty's People

Contributors

ykv17 avatar

Watchers

 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.