I have an arraylist of database records. I want to put it in my J2ME List. But there is no split or arraylist in J2ME. How can I do it? A code example would be nice.
It is better if you use Vector (java.util.Vector). It will help you.
Vector
java.util.Vector
2.1m questions
2.1m answers
60 comments
57.0k users