Re: [android-developers] Creating AnimationDrawable from assets

2011-09-28 Thread Mark Murphy
On Wed, Sep 28, 2011 at 5:07 AM, AlexBonel wrote: > And please take into > consideration, that my main goal is to avoid using of R.java file in > my appplication,  although it's loooked strange. Why? -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://com

[android-developers] Creating AnimationDrawable from assets

2011-09-28 Thread AlexBonel
Hello, everyone. I'v stucked with a problem of creating of AnimationDrawable object not using xml file, but from assets. Here is my Activity code: package org.example.Animation; import java.io.IOException; import android.app.Activity; import android.content.res.AssetManager; import android.graph