Ok...
probably i'm starting to learn more about this framework.
The application i have is written in java and not all android libraries are compatible.
For example, all things about graphical resources (java awt, java swing and so on) are not supported by android...
Probably i have to create from the scratch a graphical layout (using android libraries) compatible with android and link this layout to other parts of java code already existing.
I've seen there's a choice to create a graphical layout by an xml file located in /res folder. Can i then link this layout with the events included in my java application?
Thx



