On Sat, May 26, 2012 at 2:05 AM, Sunil Mishra <[email protected]>wrote:
> I want to pass data from activity to widget. You don't "pass data" to a widget. It's a shell. It just shows something. You do your logic in your Activity or Service, then update the look of the widget to reflect the state of the data. The concept shown here applies: http://developer.android.com/guide/topics/appwidgets/index.html#UpdatingFromTheConfiguration ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

