How should I go about making my kivy application work on a Samsung Galaxy S7? How much of the code do I have to change to make it work? Do I get features of the phone like handling "back" or vibration? Currently my code has two files, a calc.py
file which handles all the back-end calculations that are given from main.py
which is a KivyApp class which returns my main class.
There are also images that are used in the same folder from main.py
If there is a better place to post this please tell me
Thank you!