AndroidBase

Android App Kickstart Library

License

License

GroupId

GroupId

cz.kinst.jakub
ArtifactId

ArtifactId

androidbase
Last Version

Last Version

0.1.4
Release Date

Release Date

Type

Type

aar
Description

Description

AndroidBase
Android App Kickstart Library
Project URL

Project URL

https://github.com/jakubkinst/AndroidBase
Source Code Management

Source Code Management

https://github.com/jakubkinst/AndroidBase

Download androidbase

How to add to project

<!-- https://jarcasting.com/artifacts/cz.kinst.jakub/androidbase/ -->
<dependency>
    <groupId>cz.kinst.jakub</groupId>
    <artifactId>androidbase</artifactId>
    <version>0.1.4</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/cz.kinst.jakub/androidbase/
implementation 'cz.kinst.jakub:androidbase:0.1.4'
// https://jarcasting.com/artifacts/cz.kinst.jakub/androidbase/
implementation ("cz.kinst.jakub:androidbase:0.1.4")
'cz.kinst.jakub:androidbase:aar:0.1.4'
<dependency org="cz.kinst.jakub" name="androidbase" rev="0.1.4">
  <artifact name="androidbase" type="aar" />
</dependency>
@Grapes(
@Grab(group='cz.kinst.jakub', module='androidbase', version='0.1.4')
)
libraryDependencies += "cz.kinst.jakub" % "androidbase" % "0.1.4"
[cz.kinst.jakub/androidbase "0.1.4"]

Dependencies

compile (10)

Group / Artifact Type Version
com.squareup.dagger : dagger jar 1.2.1
com.jakewharton : butterknife jar 4.0.+
com.android.support » support-v4 jar +
com.squareup.phrase : phrase jar 1.0.3
com.squareup : otto jar 1.3.+
com.github.chrisbanes.actionbarpulltorefresh : library jar +
com.squareup.dagger : dagger-compiler jar 1.2.1
com.jakewharton.hugo : hugo-annotations jar 1.0.1
de.keyboardsurfer.android.widget : crouton jar 1.8.+
eu.inmite.android.lib : android-styled-dialogs aar 1.1.2

Project Modules

There are no modules declared in this project.

AndroidBase

AndroidBase is an Android App library which connects the best of open-source Android libraries available.

Together with an example app, it helps you kickstart your new app development.

Project is based on gradle and works well with Android Studio/IntelliJ Idea IDE.

How to use it

add gradle dependency to your build.gradle

compile('cz.kinst.jakub:androidbase:0.1.4') {
        exclude module: 'support-v4'
}

License

Copyright 2014 Jakub Kinst

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
0.1.4
0.1.3
0.1.2