View on GitHub

optical_graph_recognition_mobApp

Mobile application for optical graph recognition

app / com.pzpg.ogr / ProcessActivity

ProcessActivity

class ProcessActivity : AppCompatActivity

Activity responsible for processing an image and sharing result of the processing.

Constructors

Name Summary
<init> Activity responsible for processing an image and sharing result of the processing.ProcessActivity()

Functions

Name Summary
clickShare Share click handlingfun clickShare(view: View): Unit
onCreate fun onCreate(savedInstanceState: Bundle?): Unit
openGraph Open graph click handling. Used uriGraphMl, the file to be opened.fun openGraph(view: View): Unit
process Process click handling and processing process, save information like guid, uriGraphMl, uriGraphSix for future use. Used photoPath, Uri of the photo whose will be processed.fun process(view: View): Unit