A Model-View-Presenter library for modern Android apps.
Check the project website for more information.
dependencies {
compile 'com.hannesdorfmann.mosby:mvp:2.0.1'
compile 'com.hannesdorfmann.mosby:viewstate:2.0.1' // optional viewstate feature
}
SNAPSHOT:
dependencies {
compile 'com.hannesdorfmann.mosby:mvp:3.0.0-SNAPSHOT'
compile 'com.hannesdorfmann.mosby:viewstate:3.0.0-SNAPSHOT'
}
You can find the sample apk files in the release section
The changelog can be found in the release section
See the project website for migrating from Mosby 1.x to Mosby 2.0
Mosby has a plugin for Conductor. You can find it here: https://github.com/sockeqwe/mosby-conductor
Copyright 2015 Hannes Dorfmann
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.