Android charts: to use webview/JS or to go native -


we going build android library provide api developers build applications can embed charts (the charts display specific contents particular api).

since there no charting libraries dominant in market, library ideal this. of chart types need developed not supported native libraries( heatmaps). keeping in mind guys advice going in native lib or webview embedded html/js.

the problem webview cannot package assets(html/js) on library project resources. again additional step developers using library copy assets project.

additional info:

my api should allow developer embed chart. like

    <org.example.custompiechart         android:id="@+id=chart"         android:width="150dip"         android:height="150dip"         /> 

and api should take care of else. if developer wants change color, customize stuff possibly use other parts of api , that.

i have used achartengine library chart , working fine. suggesting achartengine.


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -