Steven Huang
Results
1
issues of
Steven Huang
Below is my code : Also, chartView.clear is not working private void setupChart(String day) { //BUG: cannot switch day AnyChartView chartView = findViewById(R.id.chart_view); if(chartView.isActivated()) { chartView.clear(); } APIlib.getInstance().setActiveAnyChartView(chartView); ProgressBar progressBar...