Answer the question
In order to leave comments, you need to log in
Slows down animation SlidingDrawer (sliding panel)
Hello.
There is a SlidingDrawer component(s) on the screen. When testing the application on various devices, I noticed that on some it slows down terribly: it slides out intermittently (as if with sticking, discretely). And this happens on pretty powerful tubes.
Here is the behavior table:
Samsung Galaxy Pocket S5300 4.1.2 - ok
HTC One V 4.0.3 - ok
Sony Xperia P 4.1.2 - ok
Sony Xperia Z 4.2.2 - ok
ASUS TF101 4.0.3 - ok
HTC One 4.2.2 - slows down
Samsung Galaxy S4 4.2.2 - slows down
Has anyone encountered such a problem? What can be done?
Thank you.
Answer the question
In order to leave comments, you need to log in
Try to use not SlidingDrawer (which is Deprecated just in API 17), but NavigationDrawer. If it’s not an option for you, then it’s hardly possible to advise anything other than profiling and looking for where it slows down. By the way, if you find what the problem is, please write here. Interesting.
Together with SlidingDrawer, lists (avatars + nicknames) also slowed down.
1. In AndroidManifest.xml, when the brakes are indicated:
<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="17" />
<uses-sdk
android:minSdkVersion="13"
android:targetSdkVersion="13" />
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question