jfeinstein10 / SlidingMenu

An Android library that allows you to easily create applications with slide-in menus. You may use it in your Android apps provided that you cite this project and include the license in your app. Thanks!
Apache License 2.0
11.08k stars 5.04k forks source link

Somehow sliding is not really smooth #466

Open Zordid opened 11 years ago

Zordid commented 11 years ago

I tried a lot, implemented all (really not heavy) loading stuff for list contents in separate loaders, but still: whenever I call showContent(true) or showMenu(true), I do not get a completely smooth animation.

I got hardware acceleration on, of course. Run on a fast HTC One mobile phone. There must be something that keeps the sliding animation from being 100% smooth...

Can you help?

pchauhan commented 11 years ago

I faced same issue in Galaxy s2 .

Please give suggetion for smooth Sliding.

EurigJones commented 11 years ago

I'm experiencing this also. The sliding menu is fine if it just gets opened and closed, but if your sliding menu item changes the content in the above view, then closes the menu, the animation is very sluggish.

There is nothing particularly expensive going on in the newly replaced content either, just a few views.

eric-sofisoftwarellc commented 11 years ago

Make sure you're not debugging. If the debugger is connected, it'll slow the animation down.

akhgupta commented 11 years ago

i was facing same issue.. adding below inside application tag in my Androidmanifest.xml solved issue

android:hardwareAccelerated="true"

AllenChow commented 10 years ago

I'm experiencing this also.

vijaydogra commented 10 years ago

With Android 4.4.2 on my HTC one, sliding becomes really slow and clunky. Even android:hardwareAccelerated="true" does not make the sliding smooth

npersson commented 9 years ago

Does anyone have a solution/workaround for this? android:hardwareAccelerated="true" is not working, using Samsung S4 API19

telee6789 commented 9 years ago

I think android:hardwareAccelerated="true" will be work, when you use canvs to draw something.


------------------ 原始邮件 ------------------ 发件人: "npersson";notifications@github.com; 发送时间: 2014年11月4日(星期二) 晚上6:25 收件人: "jfeinstein10/SlidingMenu"SlidingMenu@noreply.github.com;

主题: Re: [SlidingMenu] Somehow sliding is not really smooth (#466)

Does anyone have a solution/workaround for this? android:hardwareAccelerated="true" is not working, using Samsung S4 API19

— Reply to this email directly or view it on GitHub.