3

I want to draw state machine diagram of an android code automatically, Is there any plug in for android studio to doing so? Or other solution using enterprise architect?

I see questions about UML diagrams but i didn't find any solution for drawing state machine.

user3806649
  • 1,257
  • 2
  • 18
  • 42
  • Possible duplicate of http://stackoverflow.com/questions/17123384/how-to-generate-class-diagram-uml-on-android-studio – Ashik Vetrivelu Sep 27 '16 at 12:52
  • That question is about class diagram, and SimpleUMLCE plugin only provide class diagram, dependency diagram, package diagram and sequence diagram. – user3806649 Sep 27 '16 at 15:03

1 Answers1

1

My Kotlin state machine library has an export feature to PlantUML. It is not integrated with Android Studio, but it is easy to visualize state machine structure in online editor http://www.plantuml.com/plantuml/uml/

https://github.com/nsk90/kstatemachine

nsk
  • 310
  • 2
  • 9