Giter Site home page Giter Site logo

squeaky-java's Introduction

Take Home Task

Hi there, this is my submission of the task.

For this application I have decided to code using Clean Architecture. With less dependency on the framework (Android).

The App

Application

Architecture

I have used Clean Architecture for this application. My feature set are located inside the feature folder inside the app module. the core of the application is also defined inside the core package.

Key Modules:

  1. common:platform

    An Abstraction Layer Over Android's Fragments and Activities, ViewModels and Connectivity Broadcast receiver, with helpful extentions.

  2. common:reactive

    An Abstraction on Reactive Use Cases and Executors

  3. app

    The Application features. and the implementations of the previous abstractions. with 2 main submodules feature and core, the core handles implements the abstractions and the feature implement the individual feature.

Feature:

Bob

For Any Given Feature we have 5 main folders:

  1. Presentation: Contains the ViewModel and Fragments (UI)
  2. Domain: Contains the Use Cases
  3. Data: Contains the Repo
  4. Network: Contains the Feature's Network Functions
  5. Data Sources: Contains contracts between repository and data sources.

Arch

squeaky-java's People

Contributors

mo-kalaleeb avatar

Watchers

 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.