简体   繁体   中英

How to connect my kivy app to an online mySQL database powering a website?

I'm relatively new to kivy in python, but I would like to build a mobile app for an existing website, to do this I will have to fetch data from this website's database, including users login credentials and many more. Please I'm stuck I don't even know where to go from here.

Get the API of the site and then use the kivy urlrequest module . Eg For the login, you can get login details from the user using text input fields and display the response of the request as popups or labels.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM