im new to this coding. but when i create a new layout/activity (i.e a new .xml) shouldn't a new .java file be created as well that corresponding to the new file. like when you create MainActvity.xml for the first time the MainActivty.java is also in the SRC/com.example... folder. so im a little confused.
So what i did was create anther new .xml form file>new> Android XML file . created fine but now .java file?
i'm curious about this because when i did my intent code it wouldn't load up the page. im guessing that it wasn't "linked" with the java file or something. (