Build a simple app on Android
Alex Tweedly
alex at tweedly.net
Sun Jul 30 08:01:20 EDT 2017
I'm trying to build a VERY simple app, and try it on Android.
It is very simple - one Button (B_, and one field (F); click on the
button, it downloads a URL and puts the content into the field.
The script for the button consists of :
on mouseUp pMouseButton
localt
putemptyintofld"F"
put"----"&CRafterfld"F"
putURL("https://www.kilmelford.com/puzzles/sudoku.txt") intot
puttheresult& "::"& it &CRafterfld"F"
putt afterfld"F"
end mouseUp
This gives me
tsneterr(6) could not resolve host.
Is there something on Android that I need to do to give permissions to
the app ?
How?
What ?
Thanks
Alex
More information about the use-livecode
mailing list