Android charting libraries [closed]

You can use MPAndroidChart. It’s native, free, easy to use, fast and reliable. Core features, benefits: LineChart, BarChart (vertical, horizontal, stacked, grouped), PieChart, ScatterChart, CandleStickChart (for financial data), RadarChart (spider web chart), BubbleChart Combined Charts (e.g. lines and bars in one) Scaling on both axes (with touch-gesture, axes separately or pinch-zoom) Dragging / Panning (with … Read more

Add Maven repository to build.gradle

After apply plugin: ‘com.android.application’ You should add this: repositories { mavenCentral() maven { url “https://repository-achartengine.forge.cloudbees.com/snapshot/” } } @Benjamin explained the reason. If you have a maven with authentication you can use: repositories { mavenCentral() maven { credentials { username xxx password xxx } url ‘http://mymaven/xxxx/repositories/releases/’ } } It is important the order.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)