Timber

Common Tools For Android Developer.

Лицензия

Лицензия

Группа

Группа

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

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

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

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

4.1.1
Дата

Дата

Тип

Тип

aar
Описание

Описание

Timber
Common Tools For Android Developer.
Ссылка на сайт

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

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

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

https://github.com/AndroidKnife/Utils

Скачать timber

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

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

Зависимости

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

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

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

Utils

This is a utils library with a small, extensible API which providers utility on top of Android's application develop.

I copy this utils into all the little apps I make, I'm tired of doing it, I'm lazzy. Now it's a library.

Now this utils have :

  • timber for log, you also won't miss Pidcat.

Usage

Gradle Build

Add libraries to your dependencies:

dependencies {
    ...
    compile 'com.hwangjr.utils:timber:4.1.0.0'
    compile 'com.hwangjr.utils:softinput:1.0.1'
    compile 'com.hwangjr.utils:json:1.0.0'
    compile 'com.hwangjr.utils:xml:1.0.0'
}

Timber

Two easy steps:

  1. Install any Tree instances you want in the onCreate of your application class.
  2. Call Timber's static methods everywhere throughout your app.

SoftInput

Just Call The Function. More In SoftInput README

License

Copyright 2015 HwangJR

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.
com.hwangjr.utils
Make Android Develop Better!

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

Версия
4.1.1
4.1.0
1.0.0