performance - Android Sliding Menu Hangs UI -


sliding menu in app blocks ui after opening it, slidingmenu.sliding_window in android lollipop issues happens.

menu.settouchmodeabove(slidingmenu.touchmode_margin); menu.setbehindoffset(130); menu.setfadedegree(0.35f); menu.attachtoactivity(_activity, slidingmenu.sliding_window,false); menu.setmenu(r.layout.left_menue_new); 

no ansewer not fruitfull, myself solve answer adding single line in menifest i.e.

android:hardwareaccelerated="true" 

Comments

Popular posts from this blog

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -

javascript - three.js lot of meshes optimization -