ui for an application
and write Java code for the application
how do you "connect" the UI to the Java code?
What is the use of the Java code specifically in the program? Can you write Java code without additional xml code?
you connect ui views like button, texts, etc to java code by making a varriable and giving id of ui views to them. java is the backend language for android development like php in web development and xml is something like html in web development and you need both of them to make a good android app.
Обсуждают сегодня