hi - i dont see where & how you implement your shakespaer class
but i do see this:

>         public static final String[] TITLES = null;
>         String [] TILES = {"hello","hi"};


   String[] TITLES = null;
   TITLES = new String[] {"hello","hi"};

1. tiTles not tiles
2. create a NEW array of strings for TITLES

it wont solve your problem completely, but i hope this helps a bit!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to