Monthly Archives: October 2010

what is XPath?

By | October 5, 2010

XSLT uses XPath to find information in an XML document. XPath is used to navigate through elements and attributes in XML documents.

what is E4X Simply?

By | October 5, 2010

E4X = JavaScript for XML E4X means “ECMAScript For XML”. It is a standard extension to ECMAScript. So in real life E4X means “JavaScript for XML”.

Custom Toasts in ANDROID.

By | October 5, 2010

First, just show an image inside a toast: This method just displays a text toast: And this method displays a Toast that contains both an image and text:

How to send an SMS from an android application?

By | October 4, 2010

It’s easy to send Messages using the SmsManager in android. Check some of the examples relating to working with SMS’s in android. 1. How to simulate an incoming call to an emulator OR Send an SMS to an emulator in ANDROID ? 2. Listening incoming sms message in Android. 3. How to get notified during… Read More »