Utility Classes

Though most of the classes in the util package are for internal use, several of them can also benefit third-party developers.

ClassDescription
EventsObservableSee the source code for a list of all events that Mobile SDK for Android propagates.
EventsObserverImplement this interface to eavesdrop on any event. This functionality is useful if you’re doing something special when certain types of events occur.
UriFragmentParserYou can directly call this static helper class. It parses a given URI, breaks its parameters into a series of key/value pairs, and returns them in a map.