↧
Android TableLayout
In android there are different layouts and we often confuse about which one to use. Even if we select one, it is little complicated. So this tutorials is to show you about the TableLayout Here i first...
View ArticleHow to simulate an incoming call to an emulator OR Send an SMS to an emulator...
Hello everyone…… Of course for the above question there are other ways to do it. This is one simple method Start two emulators and call each other, but the problem is it will be time consuming and...
View ArticleSimple CountDown Timer in android.
Here is a simple example on using a countdown timer in android. package pack.coderzheaven; import android.app.Activity; import android.os.Bundle; import android.os.CountDownTimer; import...
View Article