Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I customize simpleUML in Android Studio 3.6.2?

I install simpleUML plugin in Android Studio and add the project class diagram. I find the diagram is too complex, all most class included the system automatically generated class are added, it's hard to browse even if I have toggled automatic layout, you can see Image 1.

1: Can I customize simpleUML? I don't hope to add the system automatically generated class such as com.example.android.architecture.blueprints.todoapp.databinding.TaskItemBinding into diagram.

2: I hope to generate the diagram only for these files under the folder data, I right-click the folder data and select Add to simpleUML Diagram ( Image 2), but I only add a blank class diagram, why?

Image 1 enter image description here

Image 2 enter image description here

like image 332
HelloCW Avatar asked Apr 18 '20 08:04

HelloCW


People also ask

Can Android Studio generate class diagram?

Unfortunately, Android Studio does not support the generation of class diagrams out of the box, which forces us to choose from the following options: Use plugins or third party programs such as CodeIris or PlantUML. Use class diagrams from Intellij Idea Ultimate.

What is UML in Android?

UML (Unified Modeling Language) is the general-purpose modeling language used to visualize the system.

Can IntelliJ make UML?

IntelliJ IDEA generates a UML diagram for classes and their dependencies.


1 Answers

I don't really know why the problem, it seems to be ok, but i was searching a little bit and i found that Visual Paradigm plugin, it seems works better, would be good prove other ones. But before install the plugin, you need install Visual Paradigm. So i hope this helps a little bit, good luck. Visit: https://www.visual-paradigm.com/support/documents/vpuserguide/2381/2385/66578_creatingauml.html

like image 171
Daniela Vilchez Avatar answered Oct 24 '22 23:10

Daniela Vilchez