Giter Club home page Giter Club logo

word-parser's Introduction

word-parser

Finds words in given url's html content. (Example implementation of MVP - Clean Architecture, Non-Blocking Ui)

Android Architecture:

MVP: Clean Architecture Fragments used as Views. Views implements View interfaces defined in Contract classes of related package. View Logic is seperated from fragments and managed by Presenters. Presenters implements Presenter interfaces defined in Contract classes of releated package. Business logic also seperated from presenters with use-cases (interactors). Use-Cases defined in domain packages. Presenters and Domain(use-cases) are fully seperated from Android SDK. Main benefit of this approach is testablity. Business logic is seperated from ui and it’s easy to run ui and unit tests. Also project is easy to understand and maintain.

Command Pattern Command Pattern is used to execute use-cases from off the main thread. Running business logic in off the main thread is a good solution for Android Apps for Non-Blocking UI applications. Worker threads managed with Thread Pool and execution of uses cases handled with UseCaseHandler class.

word-parser's People

Contributors

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