How to Initialize a CharSequence Array

CharSequence was added in API Level 1

1.Declare a CharSequence Array named myCharSequence.

2. Add the following line to set the array.

myCharSequence={"orange","red","blue"};

3. Compile and run!
 
Resources:
http://developer.android.com/reference/java/lang/CharSequence.html
http://androiddesk.wordpress.com/tag/alert-dialog-with-list-of-items/