-
Listening to scroll events on Android views
What is the problem? While the need to listen to scroll events of arbitrary views in Android has always existed, no such mechanisms were provided by Google until Android API… Read More
-
The advanced guide for using breakpoints in XCode
Overview Debugging is an important process to understand the unexpected behaviour of your application. For this reason, we must know well how to use the breakpoints to reduce the time… Read More