SurfaceView flashes black on load

后端 未结 8 1593
忘了有多久
忘了有多久 2020-11-28 02:59

I have a drawing app that takes about 2-5 seconds to load the drawing for complicated drawings (done via an AsyncTask). For a better user experience, during thi

8条回答
  •  感情败类
    2020-11-28 03:58

    If you use NavigationDrawer with fragments, than Evos solution will not work!
    Try to use NavigationDrawer with Activities instead of fragments, this will help you 100%

    How to implement NavDrawer with activities: link
    Another helpful link. (in case of SurfaceView will draw on top of SlidingMenu)

提交回复
热议问题