Search this blog

Handling animation life lycle events android

Now that you are happy with your animations, you just need to make QuizSplashActivity transition to QuizMenuActivity when the animations are complete. To do this, you create a new Intent control to launch...
READ MORE » Handling animation life lycle events android

How to animate all views in a Layout android

In addition to applying animations to individual View controls, you can also apply them to each child View control within a Layout (such as TableLayout and each TableRow), using LayoutAnimationController. To...
READ MORE » How to animate all views in a Layout android

How to animate Specific Views in android

Animations must be applied and managed programmatically. Remember, costly operations, such as animations, should be stopped if the application is paused for some reason. The animation can resume when...
READ MORE » How to animate Specific Views in android

How to add animation resources in android

For your splash screen, you need to create three custom animations in XML and save them to the /res/anim resource directory: fade_in.xml, fade_in2.xml, and custom_anim.xml. The first animation, fade_in.xml,...
READ MORE » How to add animation resources in android

How to work with animation in android

One great way to add zing to your splash screen would be to add some animation.The Android platform supports four types of graphics animation: Animated GIF images—Animated GIFs are self-contained graphics...
READ MORE » How to work with animation in android

Microsoft gives manufacturers a taste of Mango

Microsoft announced this morning that the next version of the Windows Phone operating system, code-named Mango, has been delivered to manufacturers,...
READ MORE » Microsoft gives manufacturers a taste of Mango

skype for android hacked and cracked to allow 3g calling

That Skype app for Android we thought was locked down to Wi-Fi only has just been cracked a few days after its release. The .apk is provided...
READ MORE » skype for android hacked and cracked to allow 3g calling

Angry Birds v1.6.2 a game iPhone iPod Touch iPad

If you don’t know what Angry Birds game is, then you have been living in a cave! Angry Birds is simply the most spectacular, funny, intriguing game...
READ MORE » Angry Birds v1.6.2 a game iPhone iPod Touch iPad

Gmail Notifier Pro v2.7.2 Multilingual Read Nfo-PH

PH group have released updated version of Gmail Notifier Pro, desktop notifier for your gmail account(s), available as regular and portable edition. Gmail...
READ MORE » Gmail Notifier Pro v2.7.2 Multilingual Read Nfo-PH

How to design Layouts Using the Layout Resource Editor

You can design and preview layouts in Eclipse by using the layout resource editor as shown in the below figure. If you click on the project file /res/layout/main.xml,...
READ MORE » How to design Layouts Using the Layout Resource Editor