Android Caffeine Library

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

Лицензия

Лицензия

BSD 3 License
Категории

Категории

Caffeine Данные Caching
Группа

Группа

com.percolate
Идентификатор

Идентификатор

caffeine
Последняя версия

Последняя версия

0.3.3
Дата

Дата

Тип

Тип

aar
Описание

Описание

Android Caffeine Library
Speed up your Android development - A collection of utility classes that help make Android development faster and safer
Ссылка на сайт

Ссылка на сайт

https://github.com/percolate/caffeine
Система контроля версий

Система контроля версий

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

Скачать caffeine

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
0.3.3