I found a free pluggin the can generate class diagrams with Android Studio. It ' s calledsimpleuml.
On Mac:go toAndroid Studio
-Preferences
-Plugins
On Windows:go toAndroid Studio
-File
-Settings
-Plugins
click on browse repositories ...
and search For simpleumlce (CE means Community Edition , this was what Android Studio was based on).
Install it, restart, then you can do a right click on the folder containing the classes you want to visualize, and select Add to simpleUML Diagram
.
That's it, you've fancy class diagram generated from your code!
---------------------------------------------------------------------------------
Said so much, is in as installed plug-in can:simpleumlce
Just right-click on the class that needs to generate the class diagram and select it. Add to simpleUML Diagram
Original: Http://stackoverflow.com/questions/17123384/how-to-generate-class-diagram-uml-on-android-studio
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
Android Studio generates UML class diagrams