Android PList problem with XMLwise: Object/String to List View?

You will need to cast the Object to be an ArrayList.

You will need to cast the Object to be an ArrayList to iterate over it, based on my reading of the source code.

I'm using the XMLwise library to parse a remote PList on an Android app. This parsed data returns a Map. Now I'm fairly new to Android bu that looks like an array of objects to me, from what I know from JSON notation.

Java is telling me this is an Object, so I can't seem to parse this or loop through it. I'm wondering if anyone know what the best way to go about parsing this an attaching it to a ListView would be. As a note, I've tried several different methods of parsing the Plist data and this library is first one that worked so I'm really not interested in other ways to be honest, just hoping to find out how to parse the data I've received.

Thanks very much!

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions