Ok i am making a program and i want whenever someone opens the main GUI to be an area where RSS feeds from a blog or twitter will be displayed as the programs least news how can i get the RSS feeds and turn them into properly formated text?
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
Ok i am making a program and i want whenever someone opens the main GUI to be an area where RSS feeds from a blog or twitter will be displayed as the programs least news how can i get the RSS feeds and turn them into properly formated text?
Break the problem up into smaller parts.
Work on getting RSS feeds into the program first, and after that works worry about some output, and after that works work on formatting the output how you want it.
Be sure to include the full text of any error messages with the code if you have any questions.
Each step broken down into smaller steps should make this a fairly straight forward project with plenty of research materials available every step of the way.
(This seems like a common task in general)