Liason - Loaders

Loaders library

License

License

GroupId

GroupId

mobi.liason
ArtifactId

ArtifactId

loaders
Last Version

Last Version

0.0.6
Release Date

Release Date

Type

Type

jar
Description

Description

Liason - Loaders
Loaders library
Source Code Management

Source Code Management

https://github.com/EmirWeb/liason

Download loaders

How to add to project

<!-- https://jarcasting.com/artifacts/mobi.liason/loaders/ -->
<dependency>
    <groupId>mobi.liason</groupId>
    <artifactId>loaders</artifactId>
    <version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/mobi.liason/loaders/
implementation 'mobi.liason:loaders:0.0.6'
// https://jarcasting.com/artifacts/mobi.liason/loaders/
implementation ("mobi.liason:loaders:0.0.6")
'mobi.liason:loaders:jar:0.0.6'
<dependency org="mobi.liason" name="loaders" rev="0.0.6">
  <artifact name="loaders" type="jar" />
</dependency>
@Grapes(
@Grab(group='mobi.liason', module='loaders', version='0.0.6')
)
libraryDependencies += "mobi.liason" % "loaders" % "0.0.6"
[mobi.liason/loaders "0.0.6"]

Dependencies

compile (2)

Group / Artifact Type Version
android.support » compatibility-v4 Optional jar 20.0.0
com.google.guava : guava-collections jar r03

provided (1)

Group / Artifact Type Version
com.google.android : android jar 4.1.1.4

test (4)

Group / Artifact Type Version
org.robolectric : robolectric jar 2.3
junit : junit jar 4.11
org.mockito : mockito-all jar 1.8.4
com.squareup : fest-android jar 1.0.7

Project Modules

There are no modules declared in this project.

Liason

Introduce enterprise grade structure to your application. Liason is a great tool for large teams, projects that will be touched by a large number of developers and projects that will need to live in the store for a long period of time.

Getting Started

Tutorials and Documentation

pom.xml

<dependency>
    <groupId>liason.mobi</groupId>
    <artifactId>loaders</artifactId>
    <version>0.0.6</version>
</dependency>

<dependency>
    <groupId>liason.mobi</groupId>
    <artifactId>mvvm</artifactId>
    <version>0.0.8</version>
</dependency>

<dependency>
    <groupId>liason.mobi</groupId>
    <artifactId>task</artifactId>
    <version>0.0.7</version>
</dependency>

build.gradle

dependencies {
    compile 'mobi.liason:loader:0.0.6'
    compile 'mobi.liason:mvvm:0.0.8'
    compile 'mobi.liason:task:0.0.7'
}

Requires

Android 4.0 +

Resources

Read: Presentation deck

Watch: Google IO talk about R.E.S.T. structure

Read: Content Providers

Read: Loaders

License:

Copyright 2014 Emir Hasanbegovic

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.

mobi.liason

Emir Hasanbegovic

Versions

Version
0.0.6
0.0.5
0.0.4
0.0.2
0.0.1