Android Caffeine Library

Speed up your Android development - A collection of utility classes that help make Android development faster and safer

License

License

BSD 3 License
Categories

Categories

Caffeine Data Caching
GroupId

GroupId

com.percolate
ArtifactId

ArtifactId

caffeine
Last Version

Last Version

0.3.3
Release Date

Release Date

Type

Type

aar
Description

Description

Android Caffeine Library
Speed up your Android development - A collection of utility classes that help make Android development faster and safer
Project URL

Project URL

https://github.com/percolate/caffeine
Source Code Management

Source Code Management

https://github.com/percolate/caffeine.git

Download caffeine

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Caffeine

Speed up your Android development!

Android Arsenal Codacy JitPack

A collection of utility classes that help make Android development faster (and safer!)

Examples

No more unsafe type casting scattered throughout your code:

TextView x = ViewUtils.findViewById(this, R.id.my_text)
ImageView y = ViewUtils.findViewById(this, R.id.my_image)
LinearLayout z = ViewUtils.findViewById(this, R.id.my_layout)

Some handy 1-liners:

ActivityUtils.launchActivity(this, SomeNewActivity.class);
DialogUtils.quickDialog(this, "Some awesome message");
ToastUtils.quickToast(this, "Some toast message");

And much more!

Adding to your application

Simply add Caffeine as a gradle dependency. Distribution is done through jitpack.io.

See https://jitpack.io/#percolate/caffeine for instructions

Running Tests

./gradlew clean test:connectedAndroidTest

License

Open source. Distributed under the BSD 3 license. See LICENSE.txt for details.

com.percolate

Percolate

Versions

Version
0.3.3