Collectios of objects

  • Thread starter Thread starter Peter Osawa
  • Start date Start date
P

Peter Osawa

Hi,

I'm developping a little app that monitor incoming calls...

I have created a class with an object IncomingCall, but I would need another
object to store all IncomingCalls.

I have tried an ArrayList from System.Collections and it works, all object
are in a list, but I want to be able to select an element of the ArrayList
passing the phne number and I can't do it...

So I googled a little a came to the conclusion that I need another class
wich handles the ArrayList ...

Can you point to a site explaining this stuff ?

TIA
 
Back
Top