Android Development wrote: > Is it feasible to use a BroadcastReceiver as a glue layer between the > user interface and the underlying business logic ?
Yes, but bear in mind that broadcast Intents are not private. Anyone who figures out an appropriate Intent filter can "listen in". Depending on the nature of your application, this may or may not be acceptable to you. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Need help for your Android OSS project? http://wiki.andmob.org/hado --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

