Read XML file in android

前端 未结 2 1815
野趣味
野趣味 2021-01-01 08:01

I have an xml-file that contains data that I want to read. The code works in a desktop environment but I can\'t figure out how to store and read the file from an android dev

2条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-01 08:31

    For write xml in android refer below link.

    Writing XML on Android

    For read xml there are mainly 3 ways

    1) DOM Parser

    2) SAX Parser

    3) XML Pull Parser

提交回复
热议问题