I need to write an application that would track clicks on the screen and display certain information. How to do it with a layout created programmatically, I know. I can not understand how to track down when the screen is created using the resource -> setContentView(R.layout.myLayout) ?
|