Page 1 of 1
execsystem (android)
Posted: June 10th, 2016, 8:44 am
by Mariovaisman
I see in the examples that the function "execsystem" with the parameters (view: it is possible to see a movie, a picture, a play a sound, now my question is if it possible to see a text file. For example the application creates a text report file, and I want to show it in the screen in the same appllcation.
Thanks
Mario Vaisman
Re: execsystem (android)
Posted: June 10th, 2016, 9:12 am
by josh
Yes it is. See the section on Writing and Viewing Reports in the following lecture notes:
http://teleyah.com/cspro/DCJune2015/07- ... diaGPS.pdf
If you know a bit of HTML/Javascript you can even create some pretty nice looking charts and graphs. See the following example:
https://github.com/jhandley/cspro-D3-charts
Re: execsystem (android)
Posted: June 11th, 2016, 9:23 am
by Mariovaisman
Thank you Josh, it is exactly what I need,