RE: [android-developers] Package an XML file with my app

2010-05-14 Thread Tommy
time and help! From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of TreKing Sent: Friday, May 14, 2010 8:56 PM To: android-developers@googlegroups.com Subject: Re: [android-developers] Package an XML file with my app On Fri, May 14, 2010 at 7:

Re: [android-developers] Package an XML file with my app

2010-05-14 Thread TreKing
On Fri, May 14, 2010 at 7:50 PM, Tommy wrote: > Whenever I try to bring the XML file in I get all these errors in Eclipse. > Posting the errors would be helpful. > So how do I add this file and how do I reference it later in order to > access it? > Read this: http://developer.android.com/intl

Re: [android-developers] Package an XML file with my app

2010-05-14 Thread Mark Murphy
Tommy wrote: > Hi this might be a stupid question but I can't figure out how to do > this. I am trying to put an XML file containing over 1,000 different > fish into my app so that I can read this file, create an Array and > attach that to the AutoCompleteTextView. I first tried to create a > strin

[android-developers] Package an XML file with my app

2010-05-14 Thread Tommy
Hi this might be a stupid question but I can't figure out how to do this. I am trying to put an XML file containing over 1,000 different fish into my app so that I can read this file, create an Array and attach that to the AutoCompleteTextView. I first tried to create a string-array in a resource f