December 2015 - Androhub

CountDownTimer Banner

Count Down Timer in Android

Today we are going to create a CountDownTimer in Android. CountDownTimer is used to Schedule a countdown until a time in the future, with regular notifications on intervals along the way. For this we are going to use inbuilt CountDownTimer abstract class. Basically CountDownTimer is working on Seconds but we can manipulate it to work

Read More
Multilingual Banner

Android Building Multi-Language Supported App

Android is one of the few popular mobile operating systems having millions of users over 190 countries and growing day by day. So when you are aiming your app to be globally successful, it is always a good idea to make the app localised by supporting different languages. While localising, you should consider using appropriate

Read More