I’m working on an Android application and can’t seem to figure out how to either instantiate elements that are defined in XML, or create a new element and copy all of a given XML element’s attributes. Defining a new element’s properties in code is really annoying, and I was hoping I wouldn’t have to create a Java class for each new element type.
Share
Are you looking for