What i am currently doing with my app, is using a PHP script on my
server, that access an SQL Server to retrieve spectific
information ,ad nthe it is returned to the device, allowing me to
change global setting, such as allowing the app to run without a valid
license, etc.
You could do something like the following, if you want to use SQL, i
do not have much experience parsing XML.
//Inside of your OnClickListener
//Send HTTP Request With POST Data
String response = //HTTP Response -> Find Script On Line
if(response.equals("action1")){
//do action 1
}else if(response.equals("action2")){
//do action 2
}else{
//do default
}
etc...
On Jan 22, 9:19 am, Ubiracy Santos <[email protected]> wrote:
> Thanks for the tip! These actions come from the database.Could easily read
> the number of rows in the table and make a repetition of the buttons?
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en