How to save file from website to sdcard

前端 未结 3 1356
轻奢々
轻奢々 2020-11-28 05:33

Does anyone know how to save a file from a webserver(local host) to the sdcard through wifi?

I am doing xml parsing to my application and for that I have to downloa

3条回答
  •  旧巷少年郎
    2020-11-28 05:57

    I prefer to build soap server and make a call from app to server and by that receiving XML. Or maybe you could just make an URL which generates XML and that just parse URL directly.

    Try to read more on this LINK

    Hopefully I have answer the question. Otherwise would be pleased to help, but I need more detailed functionality description.

提交回复
热议问题