I am currently working on an app that displays multiple charts on multiple fragments, which are viewed via a view pager. When the charts are first drawn the background image is calculated and drawn to a bitmap image which is then drawn to the chart background. At the moment this all works fine but after sliding through all of the fragments the background starts to disappear.
I would like to know if this a view pager issue using fragments and images or an android issue using bitmap, I know that is a difficult general question that is hard to answer but has anyone come across this before. I am also looking at the invalidate method and the fact that are the initial draw maybe that is not being called on the re-swipe. Any help, tips or pointers welcome.