Tag archives for Custom

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

How to set a particular font for a Button or a TextView on Android ?

In standard, Android offers a simple font for all views that display texts to the screen. Effect is great but sometimes you could want customize your application by using your specific font and offers to your users an awesome effect. To achieve that, you need to load the specific font and install it on your View. This article show you…
Continue Reading