Programming Tutorials

Comment on Tutorial - Animation sample program in Android By Ashley



Comment Added by : laki

Comment Added at : 2012-05-02 08:59:25

Comment on Tutorial : Animation sample program in Android By Ashley
Change the line from
imgView.setBackgroundResource(R.drawable.ani);
to
imgView.setBackgroundResource(R.layout.ani);

BR,
CL Sree


View Tutorial