Tag archives for Effect

Android

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.…
Continue Reading
Android

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…
Continue Reading
Android

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…
Continue Reading
Android

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…
Continue Reading