Home » Archive

Articles in the Android Category

Android, Headline »

[7 Apr 2012 | 4 Comments | 1,283 views]
How to use Broadcast Receiver in Android – Send and Receive SMS

Sending SMS is one of the basic features every phone has. In this tutorial we’ll create a SMS Sending Application for Android. You app can also Intercept any incoming SMS and perform task based on pre-defined rules, we’ll use Broadcast receiver for the listening  purpose.…

Android, Featured »

[1 Dec 2011 | 4 Comments | 2,873 views]
How to S-OFF, Flash Custom Recovery and Root your HTC Android Phone – For Dummies

[Updated]… 17/03/2012 : Included Rooting via HTCDev Bootloader Unlocking + Android Flasher Utility. Jump to Update
Recently i attended Droidcon India 2011 and had a quick chat with a team installing CyanogenMod for interested attendees there. I finally decided to give it a shot.

Android »

[11 Nov 2011 | 3 Comments | 1,501 views]
How to determine location using GPS in Android Phones

In this tutorial we’ll create a small app which displays a Toast Notification whenever GPS Coordinates changes. Start a new Project.
Project Name: HelloGps
Android Level: Android 2.1
Application Name: HelloGps
Package Name: com.vineetdhanawat.hellogps
Create Activity: HelloGps
Min SDK… Version: 7

1.

Android »

[16 Oct 2011 | No Comment | 1,200 views]
Diving into Android Development – Brew Timer Application

Ready to dive into real android applications? Its been a while since i have blogged about my experiences with android app development. This is a great post i found at SmashingMag.
Prerequisites:
Working Eclipse IDE with ADT installed (Tutorial)
What is great in this Tutorial?…

Android »

[22 Mar 2011 | No Comment | 2,167 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.

Related Posts Plugin for WordPress, Blogger...