Tuesday 26 March 2019

android - Parsing XML using sax parser

I am developing an android application. Did all the screens UI. Implemented the functionality.



Now doing the parsing part. I have declared the attributes but when I run the code it's showing message on the emulator No Message Found...



The url that I am parsing from is http://services.mascus.com/api/getexport.aspx?exportid=PonEquipment



Thanks in advance
Tushar

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...