You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On adding the dependency implementation 'com.jjoe64:graphview:4.2.2' to my android studio project, the built app size got increased by ~4MB. I have to include a single simple line graph to my app. Comparative to the functionality required, paying to this size is too high (current app size is ~12MP which is becoming ~16MB).
Do we have split library e.g. by type of graphs e.g. LineGraph, BarGraph, PieChart, AreaGraph etc?
The text was updated successfully, but these errors were encountered:
On adding the dependency implementation 'com.jjoe64:graphview:4.2.2' to my android studio project, the built app size got increased by ~4MB. I have to include a single simple line graph to my app. Comparative to the functionality required, paying to this size is too high (current app size is ~12MP which is becoming ~16MB).
Do we have split library e.g. by type of graphs e.g. LineGraph, BarGraph, PieChart, AreaGraph etc?
The text was updated successfully, but these errors were encountered: