What are the best approaches to build a "Craigslist Notifications" software that shoots new postings directly to my email/sms/rss?
For example, I am constantly refreshing the "Free" category waiting for new postings.
What are the best approaches to build a "Craigslist Notifications" software that shoots new postings directly to my email/sms/rss?
For example, I am constantly refreshing the "Free" category waiting for new postings.
I can say anything for iPhone but on Android I would use AlarmManager to to periodically check the resource (Craigslist in your case) for updates. Once update is detected process and post to RSS or whatever.