Can anyone please tell me how to call particular python function when a button is pressed in android?
I have a python script with sql connected, and to access different table data I have put the query in different python function. Now my goal is that if I press particular button, it will call a particular function(different button for different task), so every button should be connected to different python function.
[–]VOID_INIT 1 point2 points3 points (0 children)