Slow menu when using background images
Hi there
Thanks a lot for this great little lib! This was exactly what I was looking for. However, I have a small problem: when I attach sliding menu to an activity that has an image as a background it starts lagging. When I swipe right or left it takes a few moments for the menu to respond. Has anyone seen this before? Any help would be greatly appreciated.
I'm using a png image about 650 Kb in size, but I aslo tried using low quality pics of less than 20 Kb but the problem remained.
My min SDK is 13, target SDK is 17 ( I also tried changing those values, but it did not help)
Kept trying to fix this one myself. No luck thow. I'm using S2. It would be great if Jeremy would do some performance tweaks. This library is absolutely awesome otherwise.
Hi I had a similar problem with images but not in the activity area but rather in the listview inside the side menu. I resolved it optimizing the listview refresh-times: https://github.com/jfeinstein10/SlidingMenu/issues/262#issuecomment-73592083