Quantcast
Channel: CoderzHeaven » Quot Quot
Browsing latest articles
Browse All 10 View Live

Switch Images in ANDROID.

Hi all …….. Ofter we have trouble with loading continous images in ANDROID from our application directory. The reason is that all resources have a unique resource ID which we need to get to load these...

View Article



Image may be NSFW.
Clik here to view.

Get characters in a string – C Sharp/C#

Hi, Sometimes you may need to get all the characters in a string using C Sharp/C#. The following code gives you an example of how to get or display all the characters of a given string. using System;...

View Article

JSON IN ANDROID.

Complex JSON String parsing in ANDROID http://www.coderzheaven.com/2011/06/10/complex-json-string-parsing-in-android/ Parsing JSON Object in ANDROID....

View Article

Image may be NSFW.
Clik here to view.

How to download a file from a remote site in android? – Another simple...

Hello all ……. I have shown many examples on how to download and upload files in android through this site. These are other methods for downloadign a file in android. 1. How to Download an image in...

View Article

Image may be NSFW.
Clik here to view.

How to add checkboxes and radio buttons to ListView in android? OR How to set...

To create a list of multiple-choice items (checkboxes) or single-choice items (radio buttons) inside the dialog, use the setMultiChoiceItems() and setSingleChoiceItems() methods, respectively. If you...

View Article


Image may be NSFW.
Clik here to view.

How to add a new contact programmatically in android?

We all know how to add a new contact to our android devices without programming right. OK that’s a normal man’s use. But what from a programmer’s view. This is the sample java code that helps you to...

View Article

Image may be NSFW.
Clik here to view.

Simplest Lazy Loading ListView Example in Android with data populated from a...

Hello all… You may have seen many implementations of Lazy Loading ListView. Today I will show you my method to create Lazy Loading ListViews. I dont know whether it can be any more simple than this. In...

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 call a function using a String in Android and also pass parameters...

Hi all … Today’s post is all about calling functions using Simple Strings. Here we will do two things. 1. Call a function without parameters. 2. Call a function with parameters. This is the class which...

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




Latest Images