Quantcast
Channel: CoderzHeaven » Utf 8
Browsing all 10 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

How to show two different DatepickerDialogs on same activity with only one...

In android for each time picker Dialog we can associate with a dialog. So with this dialog and a global variable we can have any number of Dialog listeners. Here is the sample java code. This is the...

View Article



Image may be NSFW.
Clik here to view.

How to read and write files to SDCARD and application SandBox in Android – A...

Here is a complete example of How to read and write files to SDCARD and application SandBox in Android. First create a new project and inside the mainActivity paste this code. package...

View Article

Image may be NSFW.
Clik here to view.

How to create a Slide from Left animation while deleting a row from a...

Hello all…… I have written a lost of posts on Listviews. You can see that by just searching Listviews in my site. Today I will show you how to create a slide out animation while we delete a row from a...

View Article

Image may be NSFW.
Clik here to view.

Dynamically Adding, Removing, Toggling and Removing all ActionBar Tabs in...

Hi all.. In today’s post I will show you how to add actionbar tabs dynamically, remove one by one , hide and unhide them, removing all tabs at once etc. This simple java code does that. First create a...

View Article

Image may be NSFW.
Clik here to view.

ActionBar with Search Option and other options in Android.

I have already shown some examples with ActionBar. This is the example showing how to start with ActionBar in android. 1. Android removes the need of Menu button from devices with ActionBar. 2. How to...

View Article


Image may be NSFW.
Clik here to view.

How to load a spinner with values from SQlite Database in android?

Here is a simple example showing how to load a database values in a spinner in android. OK we will start. This is the layout for the spinner row. spinner_row.xml <?xml version="1.0"...

View Article

Image may be NSFW.
Clik here to view.

How to crop an Image in Android?

This is a sample program that launches the camera and crop the captured image. Check this link to another crop image example. http://www.coderzheaven.com/2011/03/15/crop-an-image-in-android/ This is...

View Article

Custom Spinner in Android Redone using BaseAdapter..

I have already shown another example of creating custom spinner in android in this post. That was by extending the ArrayAdapter class, Now it’s using the baseAdapter class. You all knew that a spinner...

View Article


Image may be NSFW.
Clik here to view.

Creating Dynamic table rows and colums in JQuery and removing it one by one.

Hi all… Apart from Android, I am now going to post something in jquery. In this post I will be showing how to create a dynamic table in jquery and adding data to it using objects and also deleting each...

View Article


Image may be NSFW.
Clik here to view.

Creating a Clock Widget in Android with Custom Font.

Hi all if you have been a regular visitor of this website you have seen that I have shown you how to create a simple widget, adding controls to it, adding event handlers in the views etc… Do check this...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images