Skip to content

atetc/mosby

 
 

Repository files navigation

Mosby

A Model-View-Presenter library for modern Android apps.

Check the project website for more information.

Build Status

Dependency

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'
}

Sample APK

You can find the sample apk files in the release section

Changelog

The changelog can be found in the release section

Migrating

See the project website for migrating from Mosby 1.x to Mosby 2.0

Conductor

Mosby has a plugin for Conductor. You can find it here: https://github.com/sockeqwe/mosby-conductor

License

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.

About

A Model-View-Presenter library for modern Android apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 93.1%
  • Kotlin 6.6%
  • Shell 0.3%