Based on Flym and Sparse RSS, this checks RSS/Atom news feeds, polling for updates from the device on a regular basis. Fetched items are available for offline reading.
Other
142
stars
31
forks
source link
How to add default rss feed with always retrive full text? #292
i already did default rss feed with database exec but its only showing me feed,its not retriving full text and images...
database.execSQL("INSERT INTO " + FeedColumns.TABLE_NAME + " (" + FeedColumns.URL + "," + FeedColumns.NAME + ") VALUES ('" + "url" + "','" + "text" + "')");
maybe some FeedColumns.RETRIEVE_FULLTEXT ??? but how?
i already did default rss feed with database exec but its only showing me feed,its not retriving full text and images...
database.execSQL("INSERT INTO " + FeedColumns.TABLE_NAME + " (" + FeedColumns.URL + "," + FeedColumns.NAME + ") VALUES ('" + "url" + "','" + "text" + "')");
maybe some FeedColumns.RETRIEVE_FULLTEXT ??? but how?