SkillAgentSearch skills...

KissTools

Common utils for android application development.

Install / Use

/learn @dawsonice/KissTools
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.
View on GitHub
GitHub Stars129
CategoryDevelopment
Updated11h ago
Forks46

Languages

Java

Security Score

80/100

Audited on Mar 31, 2026

No findings