On Thu, Jun 7, 2012 at 3:01 PM, abhijeet tomar <[email protected]>wrote:

> Hello Developers,
>
> I have done frame Animation suceessfully and the frame images comes
> from Drawable folder .
> Actually problem is that...images are alot then we have not store in
> Drawable folder..thats why images will be stored in SdCard...
> Problem is that ,How to read images from sd card and set into
> animation frame...
> Please Help me...
>
> Thanks in Advance
>


Hi Abhijeet, here is your solution.

Use addFrame() method like this:

 animation.addFrame(BitmapDrawable.createFromPath ("sdcard/image1.png"),
250);


I hope, you got it.



With Regards,
NSR

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to