android-animation
how to change the duration of AnimationDrawable on the fly/runtime?
Can anyone tell how to change the fram开发者_运维知识库e duration of AnimationDrawable on the fly/runtime/dynamically? I am having 25 frames in the AnimationDrawable i want to change the duration on s[详细]
2023-02-25 12:32 分类:问答Android animation starts only after scrolling it's parent view
I\'m trying to create an expandable menu item in android, which will look like a button and on button click, button will expand to down with animation. I set an expand animation for the layout which i[详细]
2023-02-25 10:44 分类:问答Listview and animation
I\'m using listview animation from API DEMOS, example 2. here\'s the snippet from OnCreate method: ListView listview = (ListView) findViewById(android.R.id.list);[详细]
2023-02-24 22:23 分类:问答How to animate TextView and ImageView content change on android?
I have the following layout structure: ScrollView - LinearLayout - TextView - ImageView - TextView - ImageButton[详细]
2023-02-20 15:44 分类:问答How to get ViewSwitcher to wrap only the currently displayed view height?
I\'m using a ViewSwitcher that lets me easily flip back and forth between two different List Headers with Animations built in.[详细]
2023-02-20 05:05 分类:问答Transition of Activity A to Activity B. Can this transition be like a rotation, instead of a regular Android activity show?
In the Apk Demos for HoneyComb under Views/Animation/3D Transition I see that when we click the image list, they show with an animation of turning the ImageView.[详细]
2023-02-19 08:04 分类:问答How to animate onDraw images in android?
I am currently writing a custom TableLayout that will contain a grid of bitmap images, is there a way for my开发者_JS百科 to animate how the images are drawn on the layout. That is, has the images are[详细]
2023-02-19 00:37 分类:问答Android. Draw bitmap between two layouts
I want to make application which will have back开发者_如何学Cground and some picture with alpha channel in front. Between them i want to draw bitmap/animation.[详细]
2023-02-18 23:28 分类:问答Animate the View across the layout
I trying to animate the ImageView from child layout (Relativelayout) to parent layout (Relativelayout). Issue is Imageview is not getting painted while entering into the 开发者_如何转开发parent layout[详细]
2023-02-16 11:59 分类:问答How to animate ImageView form center to the top in android?
I just want to animate a ImageView like TranslateAnimation which should move form center(As the开发者_如何学编程 ImageView is in center of LinearLayout in Layout.xml) to top of the screen. I use this.[详细]
2023-02-10 07:49 分类:问答
加载中,请稍侯......