In this tutorial, we will setup Xampp Web Server and write PHP Code to execute mysql queries on the database by capturing POST variables.
Step 1) Install Xampp and start Apache and MySQL Service:
https://www.apachefriends.org/downloa...
Step 2) Create database "todo" and a table "tasks" with columns task and time and make ID as primary key.
Step 3) Write the PHP script and save it in htdocs folder inside xampp directory.
Step 4) Create MainActivity with a edit text and button and setonclicklisteners.
In the next tutorial we will write Java code to perform POST request using Volley.
🔗Important Links:
Android Development: https://www.thinkxacademy.com/Android...
🌐Join our community:
Android App(Notes+Videos): https://play.google.com/store/apps/de... Facebook: / thinkxacademy Twitter: / thinkxacademy Instagram: / thinkxacademy
#volley #android #php #mysql