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

Image may be NSFW.
Clik here to view.

Custom Toasts in ANDROID.

First, just show an image inside a toast: package com.Ch.Example.pack; import android.app.Activity; import android.content.Context; import android.os.Bundle; import android.view.Gravity; import...

View Article



Image may be NSFW.
Clik here to view.

ProgressBar in ANDROID…..

Progress bars are our basic needs when we want to show something for a long time or some progress takes a long time and we want to show it’s progress. Keeping that in mind ANDROID also has built in...

View Article

Image may be NSFW.
Clik here to view.

How to read a folder in the assets directory and read files from it in android?

File reading is important in android. For the put the files in the assets folder. We can able to read foldername filename Contents of the file First we read the name of the folder. private String...

View Article

Image may be NSFW.
Clik here to view.

How to create a scrolling ListView in android?

ListView is like a tableView in iPhone or iOS . In this example i will show you how to add a String Array in to the ListView and also make the listView Scrollable. First the xml file . Here the line...

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.

Phone storage is getting low problem solved OR How to install apps on the...

Often our android phones may get warning that “Phone storage is getting low” because your apps dont have space to be installed on the phone. I too had this problem. Then I found out the answer, after...

View Article

Image may be NSFW.
Clik here to view.

How to get Notified when a widget is deleted?

I have already covered a tutorial on how to start with widgets and how to create a simple widget here.. http://www.coderzheaven.com/2012/06/07/create-widget-android/ Today I will show you how to get...

View Article

Image may be NSFW.
Clik here to view.

Placing Controls in a Widget in Android and Listening to the events from them.

Hello everyone.. I have already shown how to create a simple widget and add it to the home screen in my previous posts. If you have missed these posts please check it here. How to create a widget in...

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.

Handling Multiple Instances of a Widget in Android and Identifying each...

Hey everyone…….Hope all are well….. This post is about Android Widgets. This is going to be one of the bigger posts in Coderzheaven. This posts helps you to handle multiple instances of a Widget. Many...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images