Skip to content

aragonesteban/mobile-test-zemoga

Repository files navigation

Mobile Test Zemoga

How it looks

Screen.Recording.2022-06-13.at.3.20.41.PM1.mov

Data taken from https://jsonplaceholder.typicode.com/

Architecture

I created the project follow MVVM architecture suggested by Google and Clean Architecture and I used Koin to has a easy implementation to work with Dependency Injection. The architecture has three main layers:

data: In this module it will be everything about datasources like network and cache

domain: In this module lives everything about bussines logic working with use cases, also is the responsible to get data from data module to send it to the view

features: In this module lives all presentation

Screen Shot 2022-06-14 at 7 10 28 PM

Libraries Used:

How I run the app?

  • Clone the repository
  • Open it in Android Studio
  • Wait until dependencies are installed
  • Run app in your emulator or physical device

If you don't have Android Studio and you don't want to clone the repository, you can downlad an apk here

About

Test Android Mobile for Zemoga ⚡️

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages