I want to check in the android internal storage if new.xml exists(which will be created by me) then it should return me a handle for it and i may be easily able
new.xml
Use openFileOutput to create file in internal storage and getFileStreamPath for checking if they already exists and working with them
To read data into array just open file stream and use any appropriate XML parser