# Mosby 1.1.0, MVP, and a Sample Android Mail Client

DevFeed: [Mosby 1.1.0, MVP, and a Sample Android Mail Client](<https://devfeed.tech/articles/stinson-s-playbook-for-mosby-25452.md>)

Original publisher: [Read original article](<https://hannesdorfmann.com/android/mosby-playbook/>)

Author: Hannes Dorfmann

Published: 2015-05-09T09:00:00Z

Content type: tutorial

Language: en

Sources: [Hannes Dorfmann](<https://devfeed.tech/sources/hannes-dorfmann.md>)

Topics: [Android](<https://devfeed.tech/topics/android.md>), [Library](<https://devfeed.tech/topics/library.md>), [Development](<https://devfeed.tech/topics/development.md>), [RxJava](<https://devfeed.tech/topics/rxjava.md>), [App](<https://devfeed.tech/topics/app.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [announce](<https://devfeed.tech/tags/announce.md>), [apk](<https://devfeed.tech/tags/apk.md>), [app](<https://devfeed.tech/tags/app.md>), [blog](<https://devfeed.tech/tags/blog.md>), [blog-post](<https://devfeed.tech/tags/blog-post.md>), [code](<https://devfeed.tech/tags/code.md>), [development](<https://devfeed.tech/tags/development.md>), [github](<https://devfeed.tech/tags/github.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [library](<https://devfeed.tech/tags/library.md>), [rxjava](<https://devfeed.tech/tags/rxjava.md>)

## AI overview

This tutorial discusses Model-View-Presenter development with the Mosby Android library through a sample mail client. It also announces the release of Mosby 1.1.0 and explains the sample app's generated data, state handling, business logic, authentication, and RxJava usage.

## Source excerpt

In my previous blog post I introduced Mosby, a Model-View-Presenter library for android. This time I'm going to discuss some more details about MVP in general and Mosby. I have implemented a mail client sample which can be found on Github which is used in this blog entry to describe how to use Mosby and to answer some of the common questions I have been asked after having released Mosby.