i Every one, In Sony Tablet S My app show
---"Java.lang.ArrayIndexOutOfBoundsException: index=1 length=1"-- but
the app working in other phone.
there is a code that make problem::
Calendar cal=Calendar.getInstance();
cal.add(Calendar.DAY_OF_YEAR, +1);
Date tomorrow = cal.getTime();
java.text.DateFormat dateFormat
=android.text.format.DateFormat.getDateFormat(context);
dateFormat.format(tomorrow);
String[] time=dateFormat.format(tomorrow).split("/");
it is sony tablet os level problem or my code level problem. any body
help me to solve the problem.
--
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