Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malekkamel/andrutil
Useful Android utilities.
https://github.com/malekkamel/andrutil
android android-development android-library java-8 utility
Last synced: 2 months ago
JSON representation
Useful Android utilities.
- Host: GitHub
- URL: https://github.com/malekkamel/andrutil
- Owner: MalekKamel
- Created: 2017-11-30T13:09:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-08T14:28:30.000Z (over 6 years ago)
- Last Synced: 2024-10-09T11:04:33.622Z (4 months ago)
- Topics: android, android-development, android-library, java-8, utility
- Language: Java
- Size: 4.16 MB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Andrutil
[ ![Download](https://api.bintray.com/packages/shabankamel/android/andrutil/images/download.svg) ](https://bintray.com/shabankamel/android/andrutil/_latestVersion)
##### Useful Android Utilities.
# Installation
```gradle
repositories {
maven {
url "https://dl.bintray.com/shabankamel/android"
}
}dependencies {
implementation 'com.sha.kamel:andrutil:0.15.2@aar'
}
```# Usage:
```java
// You must initialize library in Application class:
public final class MyApp extends Application{
@Override
public void onCreate() {
super.onCreate();
Andrutil.instance().applicationContext = this;
}
}
```# Available Utils:
```
ActivityUtil
AppUtil
BackStackUtil
BottomNavigationViewUtil
Callback
DateUtil
DiskStorageUtil
FragmentManagerUtil
Func
GsonUtil
HtmlUtil
KeyboardUtil
KeyguardManagerUtil
LocaleUtil
MediaPlayerUtil
ObservableUtil
PackageInfoUtil
PhoneUtil
RecyclerViewUtil
RtlConfigUtil
ServiceUtil
SpaceItemDecoration
SystemOverlayUtil
ToastUtil
WindowUtil
VectorDrawableUtil
DrawableUtil
```
# License## Apache license 2.0