Check RSS Feed and update my app.

grant1842

Active Member
Licensed User
Longtime User
I am new to this software and android development.

I am useing this code example from this site.
http://www.b4x.com/forum/basic4android-updates-questions/15382-rss-feed.html

I want to check the rss feed and show update notification and of course load up the xml file again in the list view.

I have been studying the notification part .

I need help with how to check the xml feed to see if something new is added.

Thanks for your advice.
 

NJDude

Expert
Licensed User
Longtime User
Take a look at the attached sample.

You will get a message if there's something new. I just made some quick modifications to the original sample and put comments explaining the changes.
 

Attachments

  • NewsFeedSomethingNewSample.zip
    7.3 KB · Views: 1,264
Upvote 0

grant1842

Active Member
Licensed User
Longtime User
Thanks

Take a look at the attached sample.

You will get a message if there's something new. I just made some quick modifications to the original sample and put comments explaining the changes.

Wow that works great.
I will read and study the source.
 
Upvote 0
Top