Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public interface

Advanceable

android.widget.Advanceable
Known Indirect Subclasses

Class Overview

This interface can be implemented by any collection-type view which has a notion of progressing through its set of children. The interface exists to give AppWidgetHosts a way of taking responsibility for automatically advancing such collections.

Summary

Public Methods
abstract void advance ()
Advances this collection, eg.
abstract void fyiWillBeAdvancedByHostKThx ()
Called by the AppWidgetHost once before it begins to call advance(), allowing the collection to do any required setup.

Public Methods

public abstract void advance ()

Advances this collection, eg. shows the next view.

public abstract void fyiWillBeAdvancedByHostKThx ()

Called by the AppWidgetHost once before it begins to call advance(), allowing the collection to do any required setup.