Tag archives for Effect
Trap your Friends with Broken Screen Prank for Android
Broken Screen Prank simulates the broken screen effect on smartphones and tablets to have fun with your friends. Don’t worry, it will not harm your smartphone or tablet. Broken Screen Prank is a funny application to prank your friends by simulating the broken / cracked screen effect. Broken Screen Prank offers you to choose amongst 5 different broken screen styles.…
Create a Blink Effect on Android
Like you must know, users always enjoy cool effects on interfaces. Adding some effects on your Android application can be a good way to make your application different from others. Previously, we have seen how to create a type writer effect and a blur effect. In this tutorial, you are going to learn how to create a blink effect on…
Create a Blur Effect on Android with RenderScript
In image processing, a Blur Effect, also known as Gaussian Blur, is the result of blurring an image by applying a Gaussian function. The Blur Effect is widely used in graphics software. In that tutorial, you're going to learn how to apply a Blur Effect on Android by using the RenderScript Library. You can also enjoy this tutorial in video…
Create a Matrix Effect on Android
Also known as Digital Rain Effect, the Matrix Effect is a classic effect featured in the Matrix series films. A green code is falling and represents the activity of the virtual reality environment of the Matrix on screen. On Android, Matrix Effect has been implemented in various applications often as a Live Wallpaper. In that tutorial, you are going to…
Create a Type Writer Effect on Android
In that tutorial, you're going to learn how to create a Type Writer Effect on Android. Like you're going to see, it's really easy to create this cool effect on Android by creating a custom implementation of the TextView component and by using a Handler and its postDelayed method. 1. Create the Type Writer View public class TypeWriter extends…