public class WidgetHandler
extends Activity
Constructor and Description |
---|
WidgetHandler() |
Modifier and Type | Method and Description |
---|---|
void |
onCreate(Bundle savedInstanceState)
Called when the activity is first created.
|
static void |
updateAllWidgets(Context c)
Produces a call to update all the widgets.
|
public void onCreate(Bundle savedInstanceState)
savedInstanceState
- Um I don't even know. Read the Android documentation.public static void updateAllWidgets(Context c)
c
- The context, used for getApplicationContext()