[android-developers] Frame Animation or Movie file f or short interactive “movie”

2010-07-23 Thread justinl
Hello, In it's simplest explanation, I'm making a really small "interactive movie" app on Android. In a nut shell, when the app is loaded, it will play a short movie (maybe a few seconds at most @ 12-24fps). I will then have 2 buttons displayed on the screen, and depending on what button is press

[android-developers] Is it possible to apply a frame animation to a Custom Button or Toast View

2010-08-05 Thread justinl
Does anyone know if it is possible to apply a frame animation (using an AnimationDrawable) onto a custom button or a toast view? I have posted these questions on Stackoverflow but have received no responses and very few views so I thought perhaps posting to this forum would be a better route. Let

[android-developers] Re: Is it possible to apply a frame animation to a Custom Button or Toast View

2010-08-06 Thread justinl
Thanks for the reply. I tried out applying an xml frame animation xml to the view like I do normally for playing a frame animation but I had no luck so I did try and see, but we no results which is why I posted here :) On Aug 6, 9:01 pm, TreKing wrote: > On Thu, Aug 5, 2010 at 11:42 PM, just