Carl wrote: > I would like to ask if it is possible to put 2 widgets in the same > application. In other words, having one project, with one manifest.xml > file and making 2 different widgets in the the same project.
AFAIK, yes. > In the case that it is possible, when there is an intent > android.appwidget.action.APPWIDGET_UPDATE, how does the application > know which widget to choose? Use different AppWidgetProviders, one for each class of widget. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 1.0 In Print! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

