You can put this as a bug in the Bug Tracker. Mention it as a documentation change.
But I don't see a correction in the link required, that you have mentioned. Thanks and Regards, Kumar Bibek On May 23, 6:44 pm, Qaim Ali Jaffarson <[email protected]> wrote: > Link:http://developer.android.com/resources/tutorials/hello-world.html > > Section: Upgrade the UI to an XML Layout > First example of XML code, line 3: > > android:id="@id+/textview" > > Should be; > > androig:id="@+id/textview" > > according to this: > http://developer.android.com/reference/android/view/View.html#attr_an... > > Reason for posting here: > Tried to find an email to the webmaster of Android Developers site but > failed. Therefore I'm posting it here in hope that someone knows who > to contact where to change the 'Hello, World'-XML guide. > > Reason for wanting the error corrected: > A more smooth introduction to developing android apps. No need to > frustrate the becoming developer with official incorrect code :) > > Sincerely > > Qaim > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group > athttp://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

