MVP base views

A set of default views (Activity and Fragment) to use with mvp-core

License

License

Categories

Categories

Dagger Application Layer Libs Dependency Injection
GroupId

GroupId

com.github.mandriana
ArtifactId

ArtifactId

mvp-base-views-dagger
Last Version

Last Version

1.0.11
Release Date

Release Date

Type

Type

aar
Description

Description

MVP base views
A set of default views (Activity and Fragment) to use with mvp-core
Project URL

Project URL

https://github.com/michaelandria/android-mvp-core
Source Code Management

Source Code Management

https://github.com/michaelandria/android-mvp-core

Download mvp-base-views-dagger

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.mandriana/mvp-base-views-dagger/ -->
<dependency>
    <groupId>com.github.mandriana</groupId>
    <artifactId>mvp-base-views-dagger</artifactId>
    <version>1.0.11</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mandriana/mvp-base-views-dagger/
implementation 'com.github.mandriana:mvp-base-views-dagger:1.0.11'
// https://jarcasting.com/artifacts/com.github.mandriana/mvp-base-views-dagger/
implementation ("com.github.mandriana:mvp-base-views-dagger:1.0.11")
'com.github.mandriana:mvp-base-views-dagger:aar:1.0.11'
<dependency org="com.github.mandriana" name="mvp-base-views-dagger" rev="1.0.11">
  <artifact name="mvp-base-views-dagger" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.mandriana', module='mvp-base-views-dagger', version='1.0.11')
)
libraryDependencies += "com.github.mandriana" % "mvp-base-views-dagger" % "1.0.11"
[com.github.mandriana/mvp-base-views-dagger "1.0.11"]

Dependencies

compile (3)

Group / Artifact Type Version
com.github.mandriana : mvp-core jar 1.0.10
com.google.dagger : dagger jar 2.14.1
com.android.support » appcompat-v7 jar 27.1.1

Project Modules

There are no modules declared in this project.

Android MVP Core

MVP Core is an Android Library which will help you to set up a MVP architecture easily. It also provides :

  • task continuation through orientation change, application paused with result notification to your view as soon as the view is available
  • task cancellation

This version supports RxJava 2.

AndroidX

If you plan to use the mvp-base-views extensions and you are using AndroidX dependencies you should use MVP libraries starting at version 2.0.0 : https://github.com/mandriana/android-mvp-core/tree/rx2-androidx

Versions of the library 1.x will are intended to use support compat.
Versions 2.x will use AndroidX.

Download

Available on JCenter and MavenCentral. In your module :

compile 'com.github.mandriana:mvp-core-rx2:1.1.0'
// To use base views library
compile 'com.github.mandriana:mvp-base-views-rx2:1.1.0'
// To use base views with dagger module library
compile 'com.github.mandriana:mvp-base-views-rx2-dagger:1.1.0'

Wiki

Refer to the wiki for description.

Community

Looking for contributors, feel free to fork !

Tell me if you're using my library in your application, I'll share it in this README

Dependencies

  • mvp-core :
    • android support annotations
    • io.reactivex:rxandroid -io.reactivex:rxjava
  • mvp-base-views :
    • android support appcompat-v7
  • mvp-base-views-dagger
    • android support appcompat-v7
    • dagger 2

Credits

Author: Michael Andrianarimanga

License

Copyright 2017 michaelandria, Inc.

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.

Versions

Version
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.3
1.0.2
1.0