• Stars
    star
    129
  • Rank 279,262 (Top 6 %)
  • Language
    Java
  • Created over 10 years ago
  • Updated over 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Common utils for android application development.

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.