All Projects → AllenCoder → Superutils

AllenCoder / Superutils

The utils Project

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Superutils

Schematics Utilities
🛠️ Useful exported utilities for working with Schematics
Stars: ✭ 73 (-77.54%)
Mutual labels:  utils, util
Utils Everywhere
整理并收集各种常用的覆盖面广的工具类
Stars: ✭ 329 (+1.23%)
Mutual labels:  utils, util
go-tools
A utility tool library of Golang.
Stars: ✭ 44 (-86.46%)
Mutual labels:  utils, util
Dialogutil
common used dialog with material style ( in support v7),ios style,get top activity automatically, invoke everywhere (any thread , any window)
Stars: ✭ 948 (+191.69%)
Mutual labels:  utils, util
Pydu
Useful data structures and utils for Python
Stars: ✭ 315 (-3.08%)
Mutual labels:  utils, util
action-sync-node-meta
GitHub Action that syncs package.json with the repository metadata.
Stars: ✭ 25 (-92.31%)
Mutual labels:  util
dodo
The Twitter OSS Project Builder
Stars: ✭ 25 (-92.31%)
Mutual labels:  util
hast-util-to-html
utility to serialize hast to HTML
Stars: ✭ 47 (-85.54%)
Mutual labels:  util
toxic-decorators
Library of Javascript decorators
Stars: ✭ 26 (-92%)
Mutual labels:  utils
Xxl Tool
a series of tools that make Java development more efficient.(Java工具类库XXL-TOOL)
Stars: ✭ 311 (-4.31%)
Mutual labels:  util
Deployr
A simple golang application to automate the deployment of software releases.
Stars: ✭ 282 (-13.23%)
Mutual labels:  util
Smart-Inspector
Fluent re-take on Unity Inspector UX. Packed with QoL improvements.
Stars: ✭ 680 (+109.23%)
Mutual labels:  utils
hast-util-select
utility to add `querySelector`, `querySelectorAll`, and `matches` support for hast
Stars: ✭ 20 (-93.85%)
Mutual labels:  util
portuguese-utils
A set of useful utils for developing portuguese apps
Stars: ✭ 20 (-93.85%)
Mutual labels:  utils
at tools
Source repo for at_commons and at_utils on pub.dev
Stars: ✭ 22 (-93.23%)
Mutual labels:  utils
Autoremove Torrents
Automatically remove torrents according to your strategies.
Stars: ✭ 298 (-8.31%)
Mutual labels:  utils
django-etc
Tiny stuff for Django that won't fit into separate apps.
Stars: ✭ 26 (-92%)
Mutual labels:  utils
unist-util-visit-parents
utility to recursively walk over unist nodes, with ancestral information
Stars: ✭ 25 (-92.31%)
Mutual labels:  util
utils
javascript library of helper functions I use
Stars: ✭ 13 (-96%)
Mutual labels:  utils
unist-util-select
utility to select unist nodes with CSS-like selectors
Stars: ✭ 41 (-87.38%)
Mutual labels:  util

AllenCoder's GitHub stats

Android tool library Build Status CircleCI API Gradle Version Licence

Including a large part of the Android application development process commonly used tools. Tools source from the network and write their own. (Constantly collecting and sorting out)

(中文文档)[https://github.com/AllenCoder/SuperUtils/blob/master/README%20-%20cn.md]

Quickly use: build.gradle in the project directory to add the following code:

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

Introduced dependencies in the app's build.gradle

dependencies {
        compile 'com.github.AllenCoder.SuperUtils:apputils:1.0.6'
}

1. .Android foundation tool class

Android Basic Tools class
AppManger The application Activity management tool class, for the management of the activity and the exit of the application AppManger
Arith Precise calculation tool class Arith
BitmapUtil Bitmap processing tool class BitmapUtil
BtnClickUtils Android quick click to determine the interceptor class BtnClickUtils
CheckViewInRange View area range judgment tool class CheckViewInRange
DataCleanManager Android in-app data removal tool class DataCleanManager
DataUtil Data conversion tool class DataUtil
DateTimeUtil Android formatting time tool class DateTimeUtil
DigestUtils MD5 encryption and decryption tools category DigestUtils
MLog Android Log print tool class support line number json print uniform package MLog
NetUtils Android network state judgment tool class, detection WiFi, 4G network status) NetUtils
NumberUtil Amount formatting tool class (supports the usual number of decimal places and automatic formatting) NumberUtil
RegexUtils Provide authentication mailbox, mobile phone number, telephone number, ID number, number and other methods RegexUtils
ScreenListener Android screen status monitor tool class (to determine whether the lock screen, bright screen state) ScreenListener
ScreenUtil Get screen status information (screen width and height information) ScreenUtil
StatusBarUtils Status bar processing tool class, support immersive status bar StatusBarUtils
ToolResource Android Get Resource Tools class ToolResource
TouchEventUtil Android Touch Event Print Assistant TouchEventUtil
WeakRefHander Weak reference handler to prevent memory leaks WeakRefHander
SecretUtils 3DES encryption / decryption SecretUtils
ToastUtils Toast tool class (requires Utils.init (context)) ToastUtils
IOUtil IOUtil (File Operations Tool) IOUtil
PaintUtil PaintUtil (measure font size and font height) PaintUtil

2.Android database processing tool class

Android database processing tool class
Utils The Android database is exported to the SD card Utils
dependencies {
         compile 'com.github.AllenCoder.SuperUtils:dbutils:1.0.6'
}

3.Antroid multimedia processing tool class

Android multimedia tools category
ImageTakerHelper From the camera or album to take the picture auxiliary class ImageTakerHelper
Utils Utils
dependencies {
         compile 'com.github.AllenCoder.SuperUtils:mediautil:1.0.6'
}

License


  Copyright  2017 [AllenCoder]
 
  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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].