For running your apps there are two possible ways : Running on the emulator Running on a device Running on the emulator Emulator are the Android Virtual Devices (AVD) that we need to configure in order to run our android apps. Step 1 – Open AVD Manager Step 2 – Click on New Button to […]
Read More →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 →Add a Settings Panel in Charm Bar – Privacy Policy
Charm Bar is a brand new feature of Windows and is seen for the first time, it can be referred to as universal toolbar and thus you can access it from anywhere no matter which application you are working on. The two ways in which you can access the Charm Bar is, firstly, by dragging your mouse pointer […]
Read More →Points To Remember While Developing App For Windows 8
Recently I attended Windows 8 AppFest at Banglore and preparing now for Wowzapp (Windows 8 Hackathon) in Agra and learned a lot about developing Windows 8 apps, and I found many folks here are confused about the metro style apps (Windows RT Style). This post is to keep in mind some points what to do […]
Read More →TCS Campus Drive 2013 Batch: My Experience
Date of Drive : 12-13th Oct, 2012 Venue : Hindustan College of Science and Technology, Mathura Appearing for TCS was fun, as it was the first company in our college so was full with enthusiasm. I would mention that all the rumors that say that the aptitude test is hard this time are actually true. The level […]
Read More →Rotate and Flip Images in Windows Form
One of my friends asked me how to rotate an image to a particular angle, so I just thought of writing an article on it. Below is the step-wise process on how to use the inbuilt functions for rotating and flipping the image. Step 1: Create a blank windows form application Step 2: Add a […]
Read More →Display you app in full screen with windows taskbar
Recently i started developing windows form apps, actually i wanted to develop an app for windows 8 but i thought i won’t be useful for old users then, so i decided to build an app using windows forms and giving them the look of windows 8. But keeping in mind that we don’t have such […]
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 →