I am reading Atom feed in Java , i do this at regular intervals of 30 seconds, Based on the feed i must show a different UI.
I am not happy polling for feeds every 30 seconds, and would like to know if a better architecture exists to tackle this problem.
I dont think that I can get push notifications from the Feed Source or can I?