All Projects → venshine → Androidcommon

venshine / Androidcommon

Licence: apache-2.0
🔥 一个简单的开源Android工具类库,提供许多常用的类帮助我们开发程序

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Androidcommon

Bash Utils
utils for shell
Stars: ✭ 58 (-52.07%)
Mutual labels:  utils
Changelog Linker
[READ-ONLY] Make CHANGELOG.md Useful with Links
Stars: ✭ 85 (-29.75%)
Mutual labels:  utils
Utils.js
Fast, small and purely functional utility library
Stars: ✭ 102 (-15.7%)
Mutual labels:  utils
Countdowntask
⌛️A countdown library for Android.
Stars: ✭ 64 (-47.11%)
Mutual labels:  utils
Favicon Switcher
Make favicon react on media queries
Stars: ✭ 76 (-37.19%)
Mutual labels:  utils
Bash Utility
Bash library which provides utility functions and helpers for functional programming in Bash.
Stars: ✭ 92 (-23.97%)
Mutual labels:  utils
Sassyfication
💅Library with sass mixins to speed up your css workflow.
Stars: ✭ 51 (-57.85%)
Mutual labels:  utils
Lbox
Stars: ✭ 116 (-4.13%)
Mutual labels:  utils
Mpermissionutils
Android6.0 运行时权限处理工具类
Stars: ✭ 84 (-30.58%)
Mutual labels:  utils
Jerryutil
java常用工具类集合
Stars: ✭ 102 (-15.7%)
Mutual labels:  utils
Schematics Utilities
🛠️ Useful exported utilities for working with Schematics
Stars: ✭ 73 (-39.67%)
Mutual labels:  utils
Hr
A horizontal 📏 for your terminal
Stars: ✭ 1,195 (+887.6%)
Mutual labels:  utils
Torchelie
Torchélie is a set of utility functions, layers, losses, models, trainers and other things for PyTorch.
Stars: ✭ 98 (-19.01%)
Mutual labels:  utils
Css In Js Utils
Useful utility functions for CSS in JS solutions
Stars: ✭ 61 (-49.59%)
Mutual labels:  utils
Ppo
ppo is a super small and useful utils library for JavaScript 🐝🐜
Stars: ✭ 105 (-13.22%)
Mutual labels:  utils
Rambda
Faster and smaller alternative to Ramda
Stars: ✭ 1,066 (+780.99%)
Mutual labels:  utils
Shareutil
社会化登录分享工具库
Stars: ✭ 1,275 (+953.72%)
Mutual labels:  utils
Utils.js
Useful JavaScript Functions Collection 一些很实用的JavaScript函数封装集合
Stars: ✭ 121 (+0%)
Mutual labels:  utils
Rails stuff
Collection of useful modules for Rails.
Stars: ✭ 110 (-9.09%)
Mutual labels:  utils
Ionic Collection
🤘 Looking for about Ionic Framework?
Stars: ✭ 101 (-16.53%)
Mutual labels:  utils

AndroidCommon

一个简单的开源Android工具类库,提供许多常用的类帮助我们开发程序。

Permission

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />

Proguard

-keep class com.wx.android.common.** { *; }
-keepclassmembers class com.wx.android.common.** { *; }
-dontwarn com.wx.android.common.**

Setup

  • Download the project from GitHub
  • Import it to your Eclipse workspace or IntelliJ IDEA project
  • Set your project properties, then add a android project library, and select AndroidCommon

Usage

Gradle:
compile 'com.wx.android.common:common:1.0.1'

Author

License

Copyright (C) 2015 [email protected]

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].