Code Monkey home page Code Monkey logo

cleanarchitecturemvvm's Introduction

Clean Architecture with MVVM

This repository is meant to host a simple Android app that shows a list of countries with their flags, names, and country code, and allows the user to search countries by name. The purpose of the app is to demonstrate clean architecture with MVVM while not bloating the app with too many features. The app uses common libraries such as retrofit and coil-image loading/caching. There is unit tests in the required sections of the app as well.

countryList.mp4
Fig 1: Short video of the simple app
Screen Shot 2024-01-03 at 3 14 02 AM

Fig 2: Package structure of the app following Google's Clean Architecture

Minimal Network Bandwidth Usage

This simple app demonstrates minimal use of network bandwidth despite device configuration changes such as device rotations.

Screen.Recording.2024-01-03.at.2.24.50.AM.1.mp4

Fig 3: Network inspection in Android Studio to show minimal bandwidth usage despite device configuration change

The app also has image caching to minimize the use of network bandwidth using the Coil library.

Screen Shot 2024-01-03 at 2 45 06 AM

Fig 4: Image caching logs

Test Coverage

The following are the test coverages of some of the important classes in the app.

Screen Shot 2024-01-03 at 2 33 32 AM

Fig 5: 100% Test Coverage of View Model

Screen Shot 2024-01-03 at 2 35 46 AM

Fig 6: 100% Test Coverage of Repository

Screen Shot 2024-01-03 at 2 36 36 AM

Fig 7: 100% Test Coverage of Use case

cleanarchitecturemvvm's People

Contributors

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