You can read the values with jQuery or Appery.io JS library: http://docs.appery.io/javascript-api/
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
You can read the values with jQuery or Appery.io JS library: http://docs.appery.io/javascript-api/
Hi Max
I don't know where to begin
I can read but i cannot transform it to my needs .
If you are new to Appery.io platform, it makes sense to start here: http://docs.appery.io/getting-started
You talking in general,
I know how the platform works
My question regarding java, how to build this kind of requests in JAVA , thanks anyway
The first link that I posted shows you exactly how to read values from an input field with JavaScript.
There is no Java on the client, only JavaScript.
As for concatenating strings, it's as simple as:
var v1 = "str1"
var value = v1+ "str2";
Please search online and you will find many examples how to do that.
ok, then how to make a code request
pls help
Please review the docs and the tutorials. Every tutorials shows how to do a service request.
This is the code from android project - Eclips software
Intent callme = new Intent(Intent.ACTION_CALL);
callme.setData(Uri.parse("tel:123"));
startActivity(callme);
How to apply this in a button within Appery,io Platform ?
You create apps using HTML5, JavaScript and CSS in Appery.io (not Java). Please read read http://docs.appery.io/getting-started.