How can access to the objects of a Layout XML from a Java class in Android -


This is my question, I want to design all the interfaces of my application within an XML layout but all the on-touch Want to handle events, transfer from Java class to imageview, etc., is this possible?

You can convert XML layout to related visual objects in Android.


Comments