How can I create an RSS reader in Phonegap that reads the article intelligently? That is, read it without leaving the application and without the WebView .
I searched but couldn't find a way to do it.
How can I create an RSS reader in Phonegap that reads the article intelligently? That is, read it without leaving the application and without the WebView .
I searched but couldn't find a way to do it.
If what you are looking for is guidance to incorporate an rss reader into your app here is an example.
If you want to create an application with an rss reader, the link also works for you, but you would have to start by creating an app in cordova
Remember that phonegap is nothing more than html/javascript/css. you have to think about the design like any webapp.