Let's say you are making a game for Android.  You want a container to
store the list of enemy ships… maybe a linked list…  maybe an array.

Which is probably better?  LinkedList or ArrayList?  Or, is there
something I haven't thought about that's better than those two?

I would think LinkedList would be better in theory, but I saw
ArrayList being used in this Android game book I bought… Beginning
Android Games.

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

Reply via email to