Auto-generate Flow Chart from Java/C++ Codes:

Raptor Flowchart Tutorial For Beginners

Wednesday, April 25, 2012

ANDROID - Form Actions


1. We start with the original codes:
https://docs.google.com/document/d/1tRqITedqbKxgJXPZCAM1wc2RWZKURpkyiGCHJHmY4n0/edit

2. Modify the form so that it checks for the username "Y" only.
https://docs.google.com/document/d/1GBDNscOgZQ30XJR6kOvvImKRZuz6SEOfGLCEXHLbBo0/edit

3. Get the full source code for connecting Android Form to MySQL via PHP codes.
https://docs.google.com/document/d/1XZ8w12VkA-Jpi7ymO-8SVc2P5PPDZjzJU25tuVx0_xs/edit

The following exercise demonstrate a basic connection between Android Form and MySQL via PHP interface.

a. Prepare a MySQL Database table, in this example,
     Database: razohcom_androidtest
     Username: razohcom_droid
     Password: droid1234

https://sites.google.com/site/notarazi/home/android/razohcom_androidtest.sql?attredirects=0&d=1

b. Prepare a Front-End PHP file. save as droidtest.php





https://sites.google.com/site/notarazi/home/android/droidtest.php?attredirects=0&d=1


c. Prepare a secured connection PHP file, connection.php and save into the subfolder "secured" .




https://sites.google.com/site/notarazi/home/android/Connections.php?attredirects=0&d=1


d. Import the file AndroidMySql-tutorial.zip as new Android Project. Run and experiment this.
   Enter username "u@u.com" and password "pass".




No comments: