Android View Canvas onDraw not performed
问题 I am currently working on a custom View which draws some tiles on the canvas. Those tiles are loaded from several files and will be loaded when needed. They will be loaded by an AsyncTask. If they are already loaded they will just be painted on the canvas. This is working properly! If those pictures are loaded the AsyncTask is firing view.postInvalidate() The problem is that my custom View is not firing onDraw(Canvas canvas) everytime I fire view.postInvalidate(). The view.postInvalidate only