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/