Dear Team,
Please help me to understand, How to embedded the report into my Android Hello world Application/FirstApp.
Could you please share me quick tutorial.
THanks & Regards,
Rajesh. S
1 Answer:
Posted on July 17, 2013 at 1:34pm
Easiest way is to create activity with the WebView and load report in HTML format using:
webView.loadUrl(reportUrl);
You can look at:
and
as examples.