Home

Awesome

Getting Started with Mosby MVP

Build Status

My Medium article to accompany this repo is here: Get your MVP right with Mosby

This repo explores Mosby and Mosby Conductor plugin implementing MVP pattern.

Both Mosby and Conductor have excellent documentation on GitHub and at Hannes Dorfmann's blog.

Why use a library to implement MVP?

Model-View-Presenter (MVP) is hard to implement correctly (bug-free). Handling view state is another big challenge. There are many different implementations of MVP out there.

If there is a library that manages MVP wiring and view state for you so you can concentrate on your app logic and UI, why not check it out?

Definitions

Modules in this repo

All examples implement MVP pattern

License

Copyright 2017 James Shvarts

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.