Quantcast
Channel: Parsons Android » Android
Browsing all 4 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

MOTODEV Studio: Android Development Environment by Motorola

MOTODEV Studio : Android Development Environment by Motorola http://developer.motorola.com/docstools/motodevstudio/ This is an IDE for Android by Motorola based on Eclipse. They provide nice...

View Article



Image may be NSFW.
Clik here to view.

NinePatchDrawable in Android GUI

While working on an Android project, I found an interesting GUI element in Android – Nine Patch Drawable. We can see Google’s effort to support diverse resolution and size of the screen. <image from...

View Article

Image may be NSFW.
Clik here to view.

Parsing XML in Android (DOM method)

This is a simple example parsing twitter xml in Android Here is the sample tweet data (one entry is one tweet) Parsing XML with DOM method is an iterative process. As you can see below, continuously...

View Article

Image may be NSFW.
Clik here to view.

Getting GPS location information in Android

To get geolocation information, we need to implement LocationListener public class GPSTesting extends ListActivity implements  LocationListener { in onCreate method, we can initialize locationManager...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images