I have a class Feed which represents the feed itself and it has a field - url - where i store the user entry.
Now, in the Feed class i will have a List<?> of objects that will be stuff returned from the feed. I cant come up with a good name for the class. Entry?, Message?
Thanks.
Now, in the Feed class i will have a List<?> of objects that will be stuff returned from the feed. I cant come up with a good name for the class. Entry?, Message?
Thanks.