¡@

Home 

2014/10/16 ¤W¤È 08:13:14

android Programming Glossary: exampleprovider.class

Processing more than one button click at Android Widget

http://stackoverflow.com/questions/2471875/processing-more-than-one-button-click-at-android-widget

extends IntentService ... @Override public void onHandleIntent Intent intent ComponentName me new ComponentName this ExampleProvider.class AppWidgetManager manager AppWidgetManager.getInstance this manager.updateAppWidget me buildUpdate this private RemoteViews.. context RemoteViews updateViews new RemoteViews context.getPackageName R.layout.main_layout Intent i new Intent this ExampleProvider.class PendingIntent pi PendingIntent.getBroadcast context 0 i 0 updateViews.setOnClickPendingIntent R.id.button_refresh pi i new.. PendingIntent.getBroadcast context 0 i 0 updateViews.setOnClickPendingIntent R.id.button_refresh pi i new Intent this ExampleProvider.class pi PendingIntent.getBroadcast context 0 i 0 updateViews.setOnClickPendingIntent R.id.button_about pi return updateViews..