Skip to content

Latest commit

 

History

History
59 lines (46 loc) · 2.39 KB

README.md

File metadata and controls

59 lines (46 loc) · 2.39 KB

Otter Library

Gitter API Build Status wercker status

A android library with a lot of useful method.

APIs Overview

Class Description
OFile A toolkit of file operation.
OLog A wrapper of android.util.Log.
OMessageDigest A wrapper of java.security.MessageDigest.
ONetwork A wrapper of android.net.ConnectivityManager.
OPackage A toolkit of application packages operation.
OScreen A toolkit of getting screen information.
OService A toolkit of service operation.
OShellCommand A wrapper of shell command execution.
OStatusBar A toolkit of status bar operation.

Download

Download Maven Central

Gradle:

dependencies {
    compile 'com.github.samuel22gj:otterlibrary:1.0.2'
}

Maven:

<dependency>
    <groupId>com.github.samuel22gj</groupId>
    <artifactId>otterlibrary</artifactId>
    <version>1.0.2</version>
</dependency>

License

Copyright 2015 Samuel Huang

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.