with the location parameter, when into the app,will show "the application demo(process demo.app) has stopped on unexpectedly, please try again"
without location, it works!! 2009/6/24 Mark Murphy <[email protected]> > > tstanly wrote: > > hi all, > > > > it's so strange!! > > > > i have a list decleared: > > public static List<String> list1=new ArrayList<String>(); > > and use > > > > list1.add(str); > > it is ok! > > > > but use > > list1.add(index,str); > > program will be error > > What is the error? > > -- > Mark Murphy (a Commons Guy) > http://commonsware.com | http://twitter.com/commonsguy > > _The Busy Coder's Guide to *Advanced* Android Development_ > Version 0.9 Available! > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

