In the automatically create Activity you will find the method onCreate(). The first (or second) line has setContentView (layoutId), which will load the layout from your res/layout folder. Inside res/layout you find main.xml, which has a simple TextView with android:text="@string/hello". In res/values/strings.xml the "hello" string is defined.
Hope it helps! Yuvi On Sun, Jun 27, 2010 at 8:43 PM, Vaelek <[email protected]> wrote: > I'm probably going to feel like an idiot when I figure this out, but > I'm hoping someone can help. > > I just installed the Android 2.1 SDK along with the latest Eclipse. > When I create a new Android project, it outputs hello world when run. > I can't for the life of me find anywhere in the project source where > this happens and how to remove it. Any help would be appreciated! > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- YuviDroid http://android.yuvalsharon.net -- 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

