Re: [android-developers] Re: Notification assistance.

2010-12-12 Thread Dianne Hackborn
On Sat, Dec 11, 2010 at 9:03 PM, DanH danhi...@ieee.org wrote: In Android the same basic function is accomplished with intents. Well. If this is all just in your app, I would generally just recommend doing normal direct callbacks. There isn't a generic local callback registry API in Android,

[android-developers] Re: Notification assistance.

2010-12-12 Thread Phil Endecott
Hi Damien, On Dec 12, 4:13 am, Damien Cooke cooke.dam...@gmail.com wrote: In ios I can post notifications that can be listed for by other objects. Write your own replacement. On iOS I use my own simple notification system, because Apple's version is overcomplicated. For most cases it's almost

[android-developers] Re: Notification assistance.

2010-12-11 Thread DanH
In Android the same basic function is accomplished with intents. On Dec 11, 10:13 pm, Damien Cooke cooke.dam...@gmail.com wrote: Hi All, I am crossing from iOS to Android development and am after a small amount of help with a concept.  In ios I can post notifications that can be listed for