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 ArticleProgressBar 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 ArticleHow 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 ArticleHow 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 ArticleHow 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 ArticlePhone 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 ArticlePlacing 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 ArticleHow 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