Any idea about how to parse a remote XML file using jQuery/AJAX for PhoneGap?
Or any PhoneGap code?
Thanks.
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.
Sounds like you would just use a run of the mill
XMLHttpRequestor assuming ajax then$.ajax(). Nothing special should be required. Phone gap (provided it is set up properly) can make cross domain calls. Just make sure your android application permissions are set.