On Apr 15, 4:37 pm, "Kevin J. Brooks" <bear123434...@comcast.net>
wrote:
> I took out the key word static and fixed the problem.

You now have a different string array in every instance of the class,
instead of one for all instances of the class.

How does Eclipse feel about:

    static final String[] strSheikResp = {"test1", "test2"};

?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to