I\'m designing a bar graph and a pie chart in a view pager using AChartEngine library. When I scroll from bar graph to pie chart, application crashes. The crash report is as fol
For me problem was in cardview's app:cardCornerRadius="0dp"
app:cardCornerRadius="0dp"
I changed it to :
app:cardCornerRadius="1dp"
https://stackoverflow.com/a/43864791/6055194