Search code examples
androidtumblr

I want to get the source code of a tumblr page that scrolls infinitely


I want to create an an android app that collects and displays images from a Tumblr page. The problem is i cant navigate on the page as it adds new items when you get to the bottom of the page . Please how do i go about this. Help is needed


Solution

  • You would be much better off using a completely different strategy: use the API.

    HTML Scraping is not a good idea, because if the page changes for any reason, you'll have to rewrite your code. The API will allow you to access the underlying data with no sneaky stuff.