I have a SVG file, which is in the assets folder. How can I gain access and parsing it so that I could retrieve data about path, and as in future write new path? There are internal tools for working with xml?
Share
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.
Take a look to the test projects, in cocos2d-2.0-rc0a-x-2.0/tests running the Android.mk and launching the apk with eclipse (In linux). There are an examples to manage xml. The test is: UserDefaultTest. Don´t need to know anything. If XML don´t exist, the values return -1. If need more help just post a concrete question.