Tuesday, January 24, 2017

Callback using Function Pointer (in C), interface (in Java) and EventListener pattern



Studying the android framework code as a research project to understand the practical usage of the above discussion

Please have a look at the video below from 17:00 mins, and you will be astonished to see exactly how this Event Listener design pattern has been used in the Android UI framework to implement the UI event handler.

Enjoy...

Happy learning...



Tuesday, January 10, 2017

Copy-on-Write