Package android.support.v4.util

Support android.util classes to assist with development of applications for android API level 4 or later.

See:
          Description


Class Summary
AtomicFile Static library support version of the framework's AtomicFile, a helper class for performing atomic operations on a file by creating a backup file until a write has successfully completed.
DebugUtils Helper for accessing features in DebugUtils introduced after API level 4 in a backwards compatible fashion.
LogWriter Helper for accessing features in android.util.LogWriter introduced after API level 4 in a backwards compatible fashion.
LongSparseArray<E> SparseArray mapping longs to Objects.
LruCache<K,V> Static library version of LruCache.
SparseArrayCompat<E> A copy of Honeycomb's SparseArray, that provides a removeAt() method.
TimeUtils Helper for accessing features in TimeUtils introduced after API level 4 in a backwards compatible fashion.
 

Package android.support.v4.util Description

Support android.util classes to assist with development of applications for android API level 4 or later.



Copyright © 2013 Marek Kedzierski. All Rights Reserved.