Need to parse image src from HTML page then display it

后端 未结 3 1389
一整个雨季
一整个雨季 2021-01-15 21:05

I\'m currently trying to develop an app whereby it visits the following site (Http://lulpix.com) and parses the HTML and gets the img src from the following section

3条回答
  •  时光取名叫无心
    2021-01-15 21:46

    No need to use webview now check this sample project

    https://github.com/meetmehdi/HTMLImageParser.git

    In this sample project I am parsing html and image tag, than extracting the image from image URL. Image is downloaded and is displayed.

提交回复
热议问题