spaRSS
spaRSS copied to clipboard
How to add default rss feed with always retrive full text?
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?