Build 1.0_r1

Package android.util

Provides common utility methods such as date/time manipulation, base64 encoders and decoders, string and number conversion methods, and XML utilities.

See:
          Description

Interface Summary
AttributeSet A collection of attributes, as found associated with a tag in an XML document.
Printer Simple interface for printing text, allowing redirection to various targets.
 

Class Summary
Config Build configuration.
DebugUtils Various utilities for debugging and logging.
DisplayMetrics A structure describing general information about a display, such as its size, density, and font scaling.
EventLogTags Parsed representation of /etc/event-log-tags.
EventLogTags.Description  
FloatMath Math routines similar to those found in Math.
Log API for sending log output.
LogPrinter Implementation of a Printer that sends its output to the system log.
MonthDisplayHelper Helps answer common questions that come up when displaying a month in a 6 row calendar grid format.
PrintWriterPrinter Implementation of a Printer that sends its output to a PrintWriter.
SparseArray SparseArrays map integers to Objects.
SparseBooleanArray SparseBooleanArrays map integers to booleans.
SparseIntArray SparseIntArrays map integers to integers.
StateSet State sets are arrays of positive ints where each element represents the state of a View (e.g. focused, selected, visible, etc.).
StringBuilderPrinter Implementation of a Printer that sends its output to a StringBuilder.
TimeUtils  
TimingLogger A utility class to help log timings splits throughout a method call.
TypedValue Container for a dynamically typed data value.
Xml XML utility methods.
Xml.Encoding Supported character encodings.
 

Exception Summary
AndroidException Base class for all checked exceptions thrown by the Android frameworks.
AndroidRuntimeException Base class for all unchecked exceptions thrown by the Android frameworks.
TimeFormatException  
 

Package android.util Description

Provides common utility methods such as date/time manipulation, base64 encoders and decoders, string and number conversion methods, and XML utilities.


Build 1.0_r1

Please submit a feedback, bug or feature