Android Custom View Archives - Androhub

Dynamic Layout Banner

Android Creating Layouts Programatically

In Android sometimes you need to create layouts programatically or dynamically according to your need. So today’s is about how to create layouts programatically in android. Below is a method that I am going to use in this article. In this i am creating 5 Buttons dynamically and setting their ID’s for further use. After

Read More
Custom Font Banner

Android Custom Fonts TextView

In android, you can define your own custom fonts for the strings in your application. You just need to download the required font from the internet, and then place it in assets/fonts folder. In Eclipse the assets folder is by-default created but in Android Studio you have to create assets folder. Note : assets folder creating

Read More