Android RSS reader with notifications

1.1k views Asked by At

I want to know what i will need in order to make an RSS parser that also notifies you the new posts. I also want to include an "add to favorite posts" feature. I guess the RSS elements must be saved in a local database. What methods do you recommend? I'm new to Android development and i use android studio. Thanks

1

There are 1 answers

1
n1nsa1d00 On

Follow this guide to parse rss feeds. Then if you're not the feeds provider and want to notify the user on new posts you should create a service within your app that checks for them otherwise you can use GCM or Parse.