Asked
Active
Viewed 1,834 times
2 Answers
1
Yes it is possible using webview and enabling javascript. Checkout the following android app which displays the google timeline chart.

Huzaifa Iftikhar
- 755
- 1
- 6
- 9
0
Yes it is possible, please check the following link and implement yourself based on your requirement and render it in android Webview.
https://developers.google.com/chart/interactive/docs/gallery/timeline

Somasundaram NP
- 1,018
- 1
- 12
- 36
-
-
In android you need to go with third party library like mpchart etc., or you need to load javascript file into android webview. loading javascript file in webview is possible. – Somasundaram NP Nov 27 '15 at 13:15