CMG Mobile Apps Android™ Utilities
This is a collection of Android Utility classes.
They are used at my Android™ Projects:
Utilities
-
A layout which arranges as many of its child views in a row as possible.
-
Execute your AsyncTask in parallel or serial.
-
A Rate Dialog Helper class this takes care if requirements are met to show the Dialog.
-
Log helper class.
-
Commit your changes to a SharedPreference file asynchronously.
-
Helps you retrieving Views from ViewGroups or Activities.
-
Utility class for checking Android API Version
-
Cache for bitmaps using Android's LruCache
Gradle
Android Utilities are now pushed to Maven Central as an AAR, so you just need to add the following dependency to your build.gradle
.
dependencies {
compile 'com.cmgapps.android:cmgUtilities:0.7.1'
}
Developed By
- Christian Grach -
- et al.
License
Copyright 2013-2014 Christian Grach
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.
Android is a trademark of Google Inc.