Home » Archive

Articles tagged with: Windows

Android »

[22 Mar 2011 | No Comment | 4,781 views]
Ultimate Temperature Converter – Sample Android App

Prerequisites :
1. Working Eclipse IDE with ADT installed (Tutorial)
2. Basics of Java

Part 1: Understanding Views
Start a new Android Project. File >> New >> Android Project.
Major Components of the new Android Project screen are
Project Name : Just the name displayed in Eclipse
Build Target : Supported Version, We chose to build for Android 2.2
Application Name : Name Displayed in the Application Header
Package Name : Follow the international reverse hierarchy nomenclature as in java packages (can be anything)
Create Activity… :  Keeping activity checked will create a java file in the “src” folder which will have a function that will be called as soon as the application starts.

Android »

[25 Feb 2011 | No Comment | 1,898 views]
Your First Android App – Hello World

Hello World is typically the simplest program to write in programming languages. It is considered as the first and basic step towards mastering the language.
Let us make an App which does nothing but displays “Hello World!” .
There is a detailed tutorial on the Android Developer site along-with basic troubleshooting.…

Android »

[30 Jan 2011 | 3 Comments | 2,382 views]
Getting Started with Android Development

In these set of Tutorials, I’ll guide you through the basics right from setting up the environment to eventually develop apps for real-time usage in your Android based devices.
Prerequisites: None
Required Components…
1. The Eclipse IDE – I will be using Eclipse JEE – Helios SR1 version on x86 Windows Platform
2.

Web »

[4 Dec 2010 | 5 Comments | 2,606 views]
Website Thumbnail Generator

Requirements: …
Apache (WAMP etc ) on Windows
Permission to execute .exe files
IE (tested on 9.0)
IECapt tool
Generally this situation comes when you need to take a plan etc details of a website. The Simplest way is to press the ‘Print Scrn’ button, but most of the sites today are long.

Code »

[14 Nov 2010 | One Comment | 1,484 views]
Generate File Listing of a Directory

This is one of the oldest tricks on windows. Consider a case, where you have mp3 songs of 1000s Movies or even 1000+ Movies in one single folder. And you want a list of that directory so that it can be sent to a friend.…

Related Posts Plugin for WordPress, Blogger...