Posts tagged "Application Development"

Frame Animation In Android

I remember my childhood days when I used to draw images of a man walking, on different pages of my book. I then used to flip across the pages which used to give me an illusion of a small video clip. It was my favorite passtime in those days. I am sure most of us...

Android 101

This article is a step by step guide to start with application development in Android. Application development in Android platform is done using Java programming language. And the application are run by Dalvik Virtual Machine on Android devices. The DVM is optimized for mobile devices. Developing applications in Android: Application development in Android can be...