When I first started looking at the Android
SDK I quickly realised that events were set up differently to the frameworks I had worked with before. Instead of being defined as closures, or method pointers, event fields are defined using interface types. To
handle an event you need to implement the ...
More...