how to perform widget update by service after clicking a button?
问题 This is my Configure activity when I try to deploy the widget initially. public class WeatherAppWidgetConfigure extends PreferenceActivity{ private List<WeatherForecast> weatherData = new ArrayList<WeatherForecast>(); private String city_url; private String city_key; OnSharedPreferenceChangeListener listener; int mAppWidgetId; WeatherForecast wfObj; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); // Set the result to CANCELED. This will cause