Archive for 2012

Android Development – Getting Started

I hope the Android Development – Intro helped you in configuring your machine for developing Android apps, in this tutorial we will quick start our first Android app. Here is a step wise article. Step 1 – Start the eclipse extracted from the adt-bundle  i.e  %….%adt-bundle-windows/eclipse/eclipse.exe Step 2 – A workspace launcher will popup and you have […]

Read More →

Android Development – Intro

Since last few days I was trying to get my hands on some new technology, tried many but finally landed with Android Development. The only thing which attracted me to this is that I can deploy my apps directly to my phone. Here is a quick tutorial how to get started. Android plugins are available […]

Read More →

Dell Inspiron N5010 Windows 8 Bluetooth FIX

Windows 8 had great start in previous days, and my Dell Inspiron N5010 didn’t supported Bluetooth drivers, i searched many websites  but everywhere is was mentioned that N5010 doesn’t have a bluetooth drivers support for WIndows 8. But then i found a quick fix. Follow the below steps : Step 1 Run 15r BTOOTH.exe (your bluetooth […]

Read More →

Connect C# with MySql

This article is to show the step wise process of how to connect C# to MySql, I will be using MySql Connect/Net for this. Later I will show how to execute INSERT, UPDATE, DELETE and SELECT commands, this will include only setting up the connection. Getting Started First make sure you have downloaded and installed […]

Read More →