↧
Customizing your button or TextView or another view in ANDROID.
Beautifying our applications is one of the main features of your application’s success. In ANDROID there are many possible ways to do this. For eg. We need to have different colors for our buttons,...
View ArticleDate and TimePicker in ANDROID.
The following code simply allows you to select a date and time using the datepicker and timepicker in ANDROID. package AndroidDatePicker.pack; import java.util.Calendar; import android.app.Activity;...
View ArticleA Simple FlashLight Application.
Here is a simple Application on how to use flashlight in android. package com.coderzheaven.pack; import android.app.Activity; import android.content.Context; import android.content.pm.PackageManager;...
View Article