im a beginner and i want to build an android app that will generate a graph based on a regular expression(automata) but i dont know how to do it or what kind of tool should i use. im currently using android studio. thank you for your advance response. hope you can help me :(
Asked
Active
Viewed 67 times
0
-
1It looks like you are looking for a library because this cannot be done in 3 lines of code. – wp78de Dec 19 '17 at 02:06
-
thank you for your response. but is it possible for me to generate a graph using android studio?? and what should i use? – Christeine Dec 19 '17 at 02:34
-
You can use primitive shapes, lines, etc. But there is no built-in functionality for such specialized graph. – wp78de Dec 19 '17 at 03:03
-
ah okay. thank you very much for your response. – Christeine Dec 19 '17 at 12:53
-
last question, what software should i use to develop an app as well it will be possible for me to make a generator for regular expression to finite automata ? i badly need to make one – Christeine Dec 19 '17 at 12:59
-
I do not know your business requirement but Android Studio/Java or HTML5/Javascript should be fine. – wp78de Dec 19 '17 at 16:47
-
i want to build an app that will generate a map/machine for Finite automata. but i dont kknow if it is possible for me to generate some patterns, or maps. :( – Christeine Dec 23 '17 at 23:59
-
Interesting question. I will follow your thread. look at this link. http://automatonsimulator.com/ – Rebin Dec 25 '17 at 20:01
-
Any graph could be represented by matrix. so you can see that which node is connected to which node. for the DFA/NFA this matrix is sparse. – Rebin Dec 25 '17 at 20:05
-
Does using sparse can generate shapes? – Christeine Jan 31 '18 at 21:23