BREAKING:

Paresh Mayani

CEO & Co-Founder at SolGuruz® | Organiser @ GDG Ahmedabad | Top 0.1% over StackOverflow | 15+ years experienced Tech Consultant | Helping startups with Custom Software Development

Android – Cancel AsyncTask in Android

I assume you have already used AsyncTask, If you haven’t used or know about it then read my article on What is AsyncTask or visit read official documentation on AsyncTask. While using AsyncTask, many times you might have faced a situation where you have a case where you want to stop the AsyncTask process by […]

Read More

Samsung Galaxy 3 GT-i5801 Froyo update process

Hi guys, After been long searching and trying, I got the news that “Samsung Galaxy 3(GT-i5801)” froyo (2.2) update is available in india through the Samsung Kies software. I have upgraded my phone successfully. The steps which I have followed are mentioned here, so you can also follow the same steps to upgrade Samsung Galaxy […]

Read More

Android Adb logcat issue

While working on more than one android devices attached to the same PC, at that time if you want to see a logcat output then there may be a problem you faced.(Its Not a problem but not known thing). See, here i have started emulator and also attached my samsung galaxy phone. So at the […]

Read More

Applications for your Android Honeycomb tablets

As i have started with application programming with Tablet SDK (i.e. Android 3.0 Honeycomb), i have referred Android market for finding out and looking out at some applications and its UI – layouts design. I came across some applications which are really well designed and its UI are also very well programmed. Here are the […]

Read More

postmortem of Gmail URL

Hi all, You and me opens gmail account and check mail many times in a day. Still, have you try to look at the address bar and mark the URL of the gmail once you signed-in, it is showing as: https://mail.google.com/mail/?shva=1#sent https://mail.google.com/mail/?shva=1#Inbox https://mail.google.com/mail/?shva=1#drafts what does this shva stands for? This shva stands for Should Have […]

Read More

Few words about usefulness and usage of StackOverflow

Hi, This article i have written based on the usage of StackOverflow so far. Here are some of my profiles: My StackOverflow profile My StackOverflow Career 2.0 profile Android Enthusiasts profile Android Top Users,  have you found me? Why i am being glad to have such StackOverflow profile, you know? I am just because that […]

Read More

Android 3.0 HoneyComb- Display ActionBar – 2

If you don’t know about ActionBar then check and look into the solution given in my previous article: Android 3.0 HoneyComb- Display ActionBar – 1.

Read More