Step 2:
Create an new
Android Activity as “MainActivity” with Layout as “activity_main”

Step 3:
I have created this activity class as my main launcher class in AndroidManifest
File:
Now in activity_main layout xml file create the layout for the main
activity,
In this I have used two TextView one for name and other for age.
Similarly I have used two EditText one to enter name and other for age.
I have used two Buttons one for Submit name and age to MySQL database and
other to retrieve above data.
This is how my main layout look like:
No comments:
Post a Comment