New Akshara keyboard

If you are looking for a keyboard which lets you type in Kannada using a simple QWERTY keyboard, Akshara transliteration is your answer. To ...
Label :
| Unknown |

R.layout.... compilation errors

You are working in your android project. Everything was fine. Suddenly you start getting lot of errors. The errors are in all the lines whic...

Accessing sqlite database in the command prompt

Many a times working with sqlite database, you often wonder if the tables are created, whether they are populated etc. If you want to find o...
Label : sqlite database access
| Unknown |
Admob in landscape view

Admob in landscape view

If you are using admob and use size as banner, it works fine in portrait mode. But in landscape mode, the advertisement will be only half fi...
Label :
| Unknown |

Progress bar with different color and text

Normally the horizontal progress bar  will display yellow color which most of you may not like. Unlike other views, changing the background ...
Label : progressbar
| Unknown |

Recover from Pattern lock problem with Galaxy 551

If your phone is locked with pattern lock, and if you try different option too many times, your phone will lock out. It will display a scree...
Label :
| Unknown |

Shuffling a list in Java

I had a list of words which I wanted to shuffle in random order. When I tried swapping random elements of the list, I needed two random numb...
Label : Shuffling a list
| Unknown |