diagram-smali-methods icon indicating copy to clipboard operation
diagram-smali-methods copied to clipboard

PHP -> Kotlin

Open Micoder-dev opened this issue 1 year ago • 4 comments

can we bind or convert the php to kotlin within the app? Instead of using servers.

Micoder-dev avatar Oct 26 '24 18:10 Micoder-dev

Hi, the server uses PC applications to generate DOT diagrams. I could not find a diagram generator for android

timscriptov avatar Oct 26 '24 20:10 timscriptov

What do you mean by PC applications? Can you explain it to me? I don't have any idea. If you share with me what exactly is needed to generate those DOT diagrams, I can do some research to implement it locally in Android itself. Thank you.

Micoder-dev avatar Oct 26 '24 20:10 Micoder-dev

https://graphviz.org/doc/info/command.html

timscriptov avatar Oct 26 '24 23:10 timscriptov

https://github.com/nidi3/graphviz-java.git

implementation("guru.nidi:graphviz-java:0.18.1")

Micoder-dev avatar Oct 28 '24 08:10 Micoder-dev