KissTools

Additional

Language
Java
Version
N/A
Created
Jul 1, 2014
Updated
Apr 23, 2015 (Retired)
Owner
dawson (dawsonice)
Activity
Badge
Generate
Download
Source code

Kiss Tools for android

Keep It Simple, Stupid!

basic utils classes for android development.

Usage

First of all, you need to set context for KissTools

KissTools.setContext(context);

Then enjoy tools below!

├── KissEnv.java
├── KissTools.java
├── builder
│   └── RichTextBuilder.java
├── data
│   ├── KVDataBase.java
│   ├── KVDataSet.java
│   └── KVPreference.java
├── formatter
│   └── DiskFormatter.java
├── helper
│   ├── CrashHelper.java
│   └── ViewHolder.java
├── shell
│   ├── ShellResult.java
│   └── ShellUtil.java
├── thread
│   └── KissExecutor.java
├── utils
│   ├── ActivityUtil.java
│   ├── BitmapUtil.java
│   ├── BundleUtil.java
│   ├── ClipboardUtil.java
│   ├── CloseUtil.java
│   ├── CommonUtil.java
│   ├── DebugUtil.java
│   ├── DeviceUtil.java
│   ├── DrawableUtil.java
│   ├── FileUtil.java
│   ├── ImageSize.java
│   ├── IoUtil.java
│   ├── JSONUtil.java
│   ├── KeyboardUtil.java
│   ├── LogUtil.java
│   ├── MediaUtil.java
│   ├── MessageUtil.java
│   ├── NetworkUtil.java
│   ├── NumberUtil.java
│   ├── PackageUtil.java
│   ├── ResourceUtil.java
│   ├── SecurityUtil.java
│   ├── StringUtil.java
│   ├── SystemUtil.java
│   ├── TimeUtil.java
│   ├── ToastUtil.java
│   ├── UrlUtil.java
│   ├── UserUtil.java
│   ├── VerifyUtil.java
│   ├── ViewUtil.java
│   └── ZipUtil.java
└── view
└── FullscreenView.java

Contact me

Any further question?

Email me please!

License

    Copyright 2014 Dawson Dong
    
    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.