Coder Social home page Coder Social logo

sanjaymallur / learning Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 756 KB

Learning is a small demo application based on modern Android application tech-stacks and MVVM architecture

License: Apache License 2.0

Kotlin 100.00%
android kotlin flow coroutines-android jetpack mvvm-architecture viewbinding retrofit2 okhttp3 glide material-components

learning's Introduction

Learning is a small demo application based on modern Android application tech-stacks and MVVM architecture.
Also fetching data from the network and integrating persisted data in the database via repository pattern.

Screenshots

Tablet version

Mobile version

Download release apk

Click here to download

Tech stack & Open-source libraries

  • Minimum SDK level 21
  • Kotlin based, Coroutines + Flow for asynchronous.
  • Koin for dependency injection.
  • JetPack
    • Lifecycle - dispose of observing data when lifecycle state changes.
    • ViewModel - UI related data holder, lifecycle aware.
    • Room Persistence - construct a database using the abstract layer.
    • Paging3 - for fetching items as with pages.
  • Architecture
    • MVVM Architecture (View - DataBinding - ViewModel - Model)
    • Android DataBinding kit for notifying data changes to UI layers.
    • Repository pattern
  • Retrofit2 & OkHttp3 - construct the REST APIs and paging network data.
  • Moshi - A modern JSON library for Kotlin and Java.
  • Glide - loading images.
  • Material-Components - Material design components like ripple animation, cardView.

Offline and Caching

The list will be stored in the local database(Room) as we scroll through, when we don't have internet connection list will be updated from database. Also item's detailed information is stored when we click on it and available in offline mode

MAD Score

summary kotlin MadScore Link

Architecture

Learning is based on MVVM architecture and a repository pattern.

architecture

Open API

Learning using the PokeAPI for constructing RESTful API.
PokeAPI provides a RESTful API interface to highly detailed objects built from thousands of lines of data related to Pokémon.

learning's People

Contributors

sanjaymallur avatar

Stargazers

 avatar

Watchers

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