Am using SaxParsing in android. It works fine but on continuously parsing every time it throwing SaxPraseException.( that means if am parsing and going back to previous screen)
Am using Asynctask, in which am retrieving data.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Am using static method and retrieving…this is the main cause of that exception.
I removed static ones.
now its working..
source: Memory leaks android