user3806649
user3806649

Reputation: 1327

Generate State machine diagram from android code

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.

Upvotes: 3

Views: 1207

Answers (1)

nsk
nsk

Reputation: 330

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

Upvotes: 1

Related Questions