If you're asking how to add an item to an ArrayList, see the ArrayList API docs.

If your ArrayList is going to hold Items, it would be sensible to call it 'items'. If you call it 'Item', how will...