(I don't mean this to dump on you -- really! But you need to understand why 
your question is hopeless, and is not going to get you any useful answers.)

I sympathize, I want to use chewing gum as a 3G-enabled digital camera, and 
that's not working out so well, either. And nobody else seems to understand 
that it's urgent; they just look at me funny.

You do realize that the iPhone / MacOS plist format is an Apple thing, 
right?

You don't say what makes you want to do this. Chewing gum is cheap, readily 
available, and sticky. I can stick it on the whiteboard for a meeting, or on 
a light post for a street cam, and it comes with built-in intuitive controls 
for morphing images so I can post funny pictures of my friends.

So why do you want to use Plists?

The modern MacOS Plist format is XML; I presume the same is true for the 
iPhone. So you can read it with any XML parser, and extract the information 
you need. Or you can use XSLT to translate it to something the Android 
system can use more directly, depending on just what information you're 
looking to extract.

Probably, what you are trying to do is as silly as my chewing-gum camera. 
But if not, you'd have to be a whole lot more clear on what you are trying 
to do, and why. And even then, I don't see that this is the appropriate 
group, as how to use an XML parser or XSLT are not Android questions. But my 
starting recommendation is to seriously consider that your starting idea of 
 using PLists may be wildly inappropriate. If you cannot (after some more 
thought) articulate a clear motivation, and clearly describe what you are 
trying to do, then I am  certain it's just chewing gum, and you should look 
for other ways to hold information, not Apple-proprietary, such as SQL 
databases or XML files.

If you DO have a good reason, then a clear statement of the problem will 
lead you to the answer, when combined with basic information like how to use 
an XML parser. And if it leads you to an  Android question, I'm sure people 
here will be much more able to help.

On Thursday, June 16, 2011 3:10:38 AM UTC-7, DID wrote:
>
> Hello, 
>
>         I want to use Iphone plist files in my android apps i tried so 
> many task but still not found any solution if have anybody solution 
> then please tell me just simple example give in example 
>  One plist file 
> One class where the applying plist file 
> and one textview or listview where the set the value of plist 
>
> Please Help me As soon as possible i needs urgently.. 
>
> Thanks, 
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to