You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 24, 2022. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
seri0099
changed the title
How to
How to add defaul rss feed with always retrive full text?
Jan 16, 2019
seri0099
changed the title
How to add defaul rss feed with always retrive full text?
How to add default rss feed with always retrive full text?
Jan 16, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: