I agree, a List is a lot better than Vector, but what bob was looking for 
was a number (9) of  Vectors capable of holding numerous Articles.  

If it were my code, I'd use a List<List<Article>> to do this so I could have 
numerous Lists holding numerous Articles.  Your code only has one List 
holding 9 Articles initially.

Hth,
- C

-- 
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