Timber

Common Tools For Android Developer.

License

License

GroupId

GroupId

com.hwangjr.utils
ArtifactId

ArtifactId

timber
Last Version

Last Version

4.1.1
Release Date

Release Date

Type

Type

aar
Description

Description

Timber
Common Tools For Android Developer.
Project URL

Project URL

https://github.com/AndroidKnife/Utils
Source Code Management

Source Code Management

https://github.com/AndroidKnife/Utils

Download timber

How to add to project

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

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.

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!

Versions

Version
4.1.1
4.1.0
1.0.0