How to represent an xml interface in a class diagram? (Android project)

Asked

Viewed 192 times

0

I have an Android project, which I use several "xml" layout files as an interface. How should I represent them in the class diagram. I thank you already.

  • You should ignore the layout Xmls and represent the activities, Fragments and Views. The class diagram represents only the classes. Xmls are loaded by the Android Framework and our activities take the instance of the reference generated in the R class.

  • Only represent classes. D

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.