Hi All,
I am working on android, and I am parsing a huge XML file. so all the time I need to get some data from that XML file, which is making the application very slow.
Is there any way that I can create a data set/record set/result set of the XML file
so that later I can get the data from the newly created set.
and also how to read that set :)
thanks alot!!
regards..
kai!!