Giter Club home page Giter Club logo

android-clean-architecture-boilerplate's Introduction

Android Easy Clean Architecture Boilerplate

I wrote a blog to share my valuable experience in building a clean architecture. In this process I keep exploring, trying and reading a lot of articles, but the Android development ecosystem is developing so rapidly, and with the birth of new technologies, I believe this is not the final architectural model, so we have to continue explore, and continue to make improvements in order to adapt to our increasingly complex business growth.

"Architecture is About Intent, not Frameworks" - Uncle Bob

This code repository is only part of the article's example, and demonstrates how to use Clean Architecture in Android. It does not run independently, it's just a code example, so you have to understand it by reading the article.

note: This demo can not run independently, it just helps you understand the article better.

Blog address on the jianshu: 《Clean architecture on Android》.

Clean Architecture

Technical points

Android Clean architecture modules


Android Clean architecture structure


Android Clean architecture data stream


Android clean architecture UML

Found this project useful

❤️ Hope this article can help you. Support by clicking the ⭐, or share it with people around you. ❤️

About me:

Gmail: [email protected]

Blog: 小鄧子

Weibo: -小鄧子-

android-clean-architecture-boilerplate's People

Contributors

smartdengg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

android-clean-architecture-boilerplate's Issues

throw WebServiceException when http post success

In one case,http post not return data,just return code and message.

@Override public Flowable<Model> filterWebServiceErrors() {
    if (RESULT_OK.equals(error_code) && null != data) {
      return Flowable.just(data);
    } else {
      return Flowable.error(new WebServiceException(reason));
    }
  }

post success but throw WebServiceException

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.