defer / nucleus

Nucleus is an Android library, which helps to use the Model-View-Presenter pattern

Home Page:http://konmik.github.io/introduction-to-model-view-presenter-on-android.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nucleus

Android Arsenal

Nucleus is an Android library, which helps to use the Model-View-Presenter pattern.

Introduction article

Javadoc

Include this library:

dependencies {
    compile 'info.android15.nucleus:nucleus:1.1.2'
}

For additional view classes NucleusSupportFragment, NucleusFragmentActivity include:

dependencies {
    compile 'info.android15.nucleus:nucleus-support-v4:1.1.2'
}

For additional view class NucleusActionBarActivity include:

dependencies {
    compile 'info.android15.nucleus:nucleus-support-v7:1.1.2'
}

Hint: you can just copy/paste that classes code into ANY View class to keep your View classes hierarchy as you like to.

About

Nucleus is an Android library, which helps to use the Model-View-Presenter pattern

http://konmik.github.io/introduction-to-model-view-presenter-on-android.html

License:MIT License


Languages

Language:Java 100.0%