Quantcast
Channel: CoderzHeaven » Cancel
Browsing latest articles
Browse All 3 View Live

Image may be NSFW.
Clik here to view.

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 Article


Image may be NSFW.
Clik here to view.

How 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 Article


Image may be NSFW.
Clik here to view.

Simple 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
Browsing latest articles
Browse All 3 View Live