Create Animation Of Sprites in Android
Hello guys, how are you today? Its Super Sunday, while you guys are enjoying i am busy writing this blog. Never mind, lets get started. In this blog i will show you how to create animation of sprites in android. Basically what we are going to do is to display the sprites one by one quickly so that it looks like as if it is an animation. Download http://www.2shared.com/file/9aHDwyXe/Blog4.html 1) First create an Android Application Project in Eclipse.Lets name it "Blog4" . 2) Now go to "res/layout/activity_main.xml" and create an image view there, just like i did. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingBottom="@dimen/activity_vertical_margin" android:paddingLeft="@dimen/activity_horizontal_margin" android...