execsystem (android)

Discussions about CSEntry
Post Reply
Mariovaisman
Posts: 133
Joined: February 11th, 2013, 8:26 am

execsystem (android)

Post 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
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: execsystem (android)

Post 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
Mariovaisman
Posts: 133
Joined: February 11th, 2013, 8:26 am

Re: execsystem (android)

Post by Mariovaisman »

Thank you Josh, it is exactly what I need,
Post Reply