Re: [android-developers] Re: Android autogenerated R file
On Thu, Sep 1, 2011 at 9:28 AM, LiTTle <littleprog@gmail.com> wrote:
> And the R file is the faster because I tell: var
> street=R.array.FirstStreetShop+10
> and the value returned to me in no time!
What part of "do not do that" is beyond your understanding?
> If I use simple xml file it will be a big one and it will take a lot
> of time.
And your proof of this is... what, exactly? An XML resource is parsed
using the same parser that is used for string-array resources.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
Android Training in NYC: http://marakana.com/training/android/
--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home