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.
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.
Browser other questions tagged android uml
You are not signed in. Login or sign up in order to post.
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.
– Tiago P Casemiro
Only represent classes. D
– Tiago P Casemiro