android-animation
How to give top to bottom animation in Android?
I am able to give bottom to top animation when I go to next activity but now when I pressed back I am using same code for giving animation from top to bottom animation but it always goes to bottom to[详细]
2023-04-12 14:32 分类:问答Custom Animations While Switching Tabs in TabActivity
Is there any way开发者_如何学Python by which I can add custom animations during the switch over from one tab to another in a TabAcivity? Short answer, YES.But without seeing your code it\'s hard to he[详细]
2023-04-12 11:09 分类:问答rotating a layout and after placing in relativeLayout prblem
I need to rotate a layout( has a TextView and ImageView) and it should be placed align right and top in RelativeLayout. I create my layout, this layout is placed right-top. But if i rotate it i cant a[详细]
2023-04-12 09:56 分类:问答Custom dynamic graph in Android
[UPDATE] To conclude this question, I implemented my graph using the following two methods (see below).drawCurve() receives a Canvas and an array of float.The array is properly filled (timestamps are[详细]
2023-04-11 22:13 分类:问答Performing sequence of animation in android
I need to perform a sequence of animation on an imageview. 1) Rotation 2)Translation after applying rotation.[详细]
2023-04-11 17:18 分类:问答ViewAnimator using rotate anim to transition between views
I want to use a ViewAnimator to transition from one view to another (in my test app, views are TextViews).My two animations are listed below.The behavior I am seeing is both animations starting as soo[详细]
2023-04-11 11:29 分类:问答End animation event android
I have a fadeout animation in a view (which is inside a fragment), and everytime the animation happens, after it finishes the vi开发者_如何学JAVAew redraws itself again. I found a work around doing vi[详细]
2023-04-10 04:46 分类:问答Possible to animate a View inside a ViewGroup inside a LinearLayout?
I have a class that extends LinearLayout defined in main.xml. Programmatically I create x number of classes that extend ViewGroup. I have overridden canAnimate() to return true. Inside of that there a[详细]
2023-04-06 03:50 分类:问答Animation is not smooth
I use animation in my app. Animation that I use is slide_left and slide_right. I faced the following problem: animation shown while sliding left is smooth and fine but when I slide right, the animatio[详细]
2023-04-06 02:56 分类:问答Using default Activity transition animation inside a view Group
Is it possible to enable the default activity transition inside a view group. Note that this effect can be achieved using a view transition which would replicate the default activity transition, howev[详细]
2023-04-05 17:20 分类:问答