To All,:sign0085:
To decide whether I want to focus on leaning Eclipse+Java or B4A, I thought I am going to work on this example on both environment.
First, I got a PHP script to talk to my remote MySQL DB, the PHP scripts will returned JSON data (First Name and Last Name). It's working in my other PHP based web app. I would like to create a two activity app. The first activity is just a simple EditText field and a Button.
Once I type in the name 'charles' into the EditText field, and click on the button. It will invoke the PHP script and display a ListView of all the First Name, LastName which First Name = 'charles' in the database.
This sound simple right? I know I will need to purchase B4A licenses to get all the libraries for this simple project. I will do that today. So, just wondering anyone know how I can do this in B4A? Thanks in advance for anyone who would like to share their code.
Charles,
P.S. Eclipse+Java already got a head start, displayed the returned JSON data in its ugly format.
To decide whether I want to focus on leaning Eclipse+Java or B4A, I thought I am going to work on this example on both environment.
First, I got a PHP script to talk to my remote MySQL DB, the PHP scripts will returned JSON data (First Name and Last Name). It's working in my other PHP based web app. I would like to create a two activity app. The first activity is just a simple EditText field and a Button.
Once I type in the name 'charles' into the EditText field, and click on the button. It will invoke the PHP script and display a ListView of all the First Name, LastName which First Name = 'charles' in the database.
This sound simple right? I know I will need to purchase B4A licenses to get all the libraries for this simple project. I will do that today. So, just wondering anyone know how I can do this in B4A? Thanks in advance for anyone who would like to share their code.
Charles,
P.S. Eclipse+Java already got a head start, displayed the returned JSON data in its ugly format.