Quantcast
Channel: Color – CoderzHeaven
Browsing latest articles
Browse All 6 View Live

Image may be NSFW.
Clik here to view.

Show data in columns in a TableView dynamically in Android.

Hello all, Often we need to show data from a source such as a database in a tableView like we see in an HTML Page. Now in Android also we can do this with the help of TableLayout. We can create dynamic...

View Article



Image may be NSFW.
Clik here to view.

Digital Clock Widget in Android.

Digital Clock is a very useful widget in android to show time in your application. Here is a simple demo on using digital Clock widget. First In the layout file copy this file. <?xml version="1.0"...

View Article

Image may be NSFW.
Clik here to view.

ListView with Sections in android.

Hello all………. We have seen many posts about ListViews like creating a listview, adding data to it, customizing a listview etc. Take a look at some of these examples 1. Single Selection ListView in...

View Article

Image may be NSFW.
Clik here to view.

How to change the hint text color in android?

Hello all.. This simple example will show you how to change the hint text color in android Here is the java code to simply do this. youredittext.setHint(Html.fromHtml("<font...

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.

Introduction to Android Canvas – Simple Example

The Canvas can be used to draw graphics in android. It provides methods to draw oval, rectangle, picture, text, line etc. The Paint class is used with canvas to draw objects. It holds the information...

View Article
Browsing latest articles
Browse All 6 View Live




Latest Images