prof18/RSS-Parser

Pagination

norrisboat opened this issue · 10 comments

Thanks for this awesome library. Was wondering if there's a way to achieve pagination with this library.

I've figured it out by just adding the page number to the url e.g http://someurl.com/feed?paged=pageNumber and it works. Thanks.

Oh, fantastic! Sorry if I didn't reply sooner but I'm really busy these days.

No problem @prof18 . Sometime the image field is null

Probably that's because the article hasn't an image in the text

It appears with other rss libraries and other times content is null

This library takes as main image the first one encountered in the text. If in the text there aren't images the field will be null. Probably the other libraries takes the main image from a dedicated field in the feed

Ok thanks very much

@norrisboat which libraries do you use to get the image of the feed?

@guiltydarkness1313 In the sample app I use Picasso

@guiltydarkness1313 I use Universal Image Loader