Extensions to built-in Android widgets and new widgets based on those.
Some of the classes in this package mirror those in the
android.widget
class (for example, ListView
extends android.widget.ListView). If your activity extends
Screen
and your XML layout files refer to those widgets
using the simple class name, like the following example:
<ListView android:id="myList" ... />
then the Sofia versions will be automatically used instead of the traditional Android versions.
AutoCompleteTextView<E> | A subclass of android.widget.AutoCompleteTextView that is easier to use. |
DecoratingAdapter<E> | An adapter that uses decoration through annotations to display elements in a list view or spinner. |
ListView<E> | A subclass of android.widget.ListView that is easier to use. |
Spinner<E> | A subclass of android.widget.Spinner that is easier to use. |