Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

In the Observer pattern, an event handler is the function or method called on an observer listening for an event dispatched by the subject. Also known as an event listener.

learn more… | top users | synonyms

1
vote
2answers
174 views

android - passing data to main activity from class

I'm trying to implement a facebook app according to the example in the facebook-android-sdk . I'm changing it a little bit and I'm having a difficult about someting which is very basic. I'm having ...