CMG-Android-Utilities

View project onGitHub

CMG Mobile Apps Android™ Utilities

This is a collection of Android Utility classes.

They are used at my Android™ Projects:

Utilities

  1. FlowLayout.java

    A layout which arranges as many of its child views in a row as possible.

  2. AsyncTaskExecutionHelper.java

    Execute your AsyncTask in parallel or serial.

  3. CMGAppRater.java

    A Rate Dialog Helper class this takes care if requirements are met to show the Dialog.

  4. LogUtils.java

    Log helper class.

  5. PreferenceEditorHelper.java

    Commit your changes to a SharedPreference file asynchronously.

  6. UiUtilities.java

    Helps you retrieving Views from ViewGroups or Activities.

  7. ApiUtils.java

    Utility class for checking Android API Version

  8. BitmapCache.java

    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.