Giter Club home page Giter Club logo

rickandmortyapp's Introduction

RickandMorty

This repo was made with the purpose of showing details on how to use paging 3 with retrofit and LiveData/Flow. It also used MVVM architecture with Dagger Hilt for dependency injection.

The app is still on development. Not fully complete

Libraries

  • Navigation Components - Helps you implement navigation, from simple button clicks to more complex patterns, such as app bars and the navigation drawer.
  • Viewmodel -The ViewModel class is designed to store and manage UI-related data in a lifecycle conscious way
  • LiveData - A lifecycle-aware data holder with the observer pattern
  • Hilt-Dagger - Hilt is a dependency injection library for Android that reduces the boilerplate of doing manual dependency injection in your project. Doing manual dependency injection requires you to construct every class and its dependencies by hand, and to use containers to reuse and manage dependencies.
  • MVVM - MVVM stands for Model, View, ViewModel. Model: This holds the data of the application. It cannot directly talk to the View. Generally, it's recommended to expose the data to the ViewModel through Observables.
  • Paging 3 - The Paging library helps you load and display pages of data from a larger dataset from local storage or over network.
  • Flows - A flow is a type that can emit multiple values sequentially, as opposed to suspend functions that return only a single value.
  • Okhttp-Logging-Interceptor - Logs HTTP request and response data.
  • Kotlin Coroutines - A concurrency design pattern that you can use on Android to simplify code that executes asynchronously

Screenshots

Support

  • Found this project useful ❤️? Support by clicking the ⭐️ button on the upper right of this page. ✌
  • Feel free to contribute in any way to the project from typos in docs to code review are all welcome.

rickandmortyapp's People

Contributors

robert-muriithi avatar

Stargazers

 avatar  avatar  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.