[Solved] Is it possible to create an xml and .java file in eclipse? [closed]
You should create your XMLs first, even if they’re blank, so that you can programmatically add items onto your view. If you don’t have many stuff to change in your view, and you’re a beginner, I’d suggest you to keep your current XML and chenge your items in it programmatically (e.g. make a button, some … Read more