Hi, I've a need to communicate between two classes. For the moment I'm solving this just passing a reference for class A to class B. Class B then uses public methods exposed by class A and accessed by reference passed from class A to class B.
I've got the feeling that this is a little old fashonied allthough it works fine. But I found it hard to find a really good working tutorial / sample on the net that shows how to do this with interfaces and callbacks. Most of the samples I found are for classes that implements some listener. Any plain old simple sample tutoiral out there? /Jakob -- -- 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 --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

