PkRSS
PkRSS copied to clipboard
How to change rss ?
hello.. i want to ask you, how to change rss in your project ? i search the code but i don't finded :)
ullahchozta,
You can change the links in Utils -> Constants, the variable is a List<Category> called CATEGORIES. If you change the first one, you will can see that the feed will be different.
public static final List <Category> CATEGORIES = new Category.ListBuilder().add("All Posts", "YOUR FEED LINK")
o/