timscriptov / diagram-smali-methods

19 stars 1 forks source link

PHP -> Kotlin #1

Open Micoder-dev opened 3 weeks ago

Micoder-dev commented 3 weeks ago

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

timscriptov commented 3 weeks ago

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

Micoder-dev commented 3 weeks ago

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.

timscriptov commented 3 weeks ago

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

Micoder-dev commented 3 weeks ago

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

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