Giter Site home page Giter Site logo

Not an issue But about moxy HOT 1 CLOSED

arello-mobile avatar arello-mobile commented on May 18, 2024
Not an issue But

from moxy.

Comments (1)

senneco avatar senneco commented on May 18, 2024

Hi! Well, before make Moxy, I did research. Mosby was most favourite library. But I not be fully agree with Mosby in some cases. Then we made Moxy with advantages:

  • You shouldn't be careful about activity/fragment recreate. You should not disable activity recreates or make your fragment retain. Only extends from MvpAcitivty, MvpFragment, e.t.c. or call MvpDelegate methods.
  • You can inject many presenters to one Activity, Fragment and other MvpView implementation.
  • ViewState is fully automatically. You should only apply @InjectViewState to MvpPresenter class. No enums, switch-case, flags, e.t.c.
  • Data of view commands shouldn't be serializable/parcelable. You can use plain object in your MvpView methods.
  • Boilerplate code is generated at compile time.

from moxy.

Related Issues (20)

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.