for example http://code.google.com/p/the-best-music-app/source/browse/trunk/+the-best-music-app+--username+sherm.g.c%40gmail.com/HelloTabWidget/AndroidManifest.xml?r=10
2011/11/21 Robinns <[email protected]>: > That is what you missed. > > On Sun, Nov 20, 2011 at 6:54 PM, wyo <[email protected]> wrote: >> >> Well then why isn't it documented in the tutorial? >> >> I've now simply duplicated the app activitiy and replaced the name >> like >> >> <activity >> android:label="@string/app_name" >> android:name=".ArtistsActivity" > >> <intent-filter > >> <action android:name="android.intent.action.MAIN" /> >> <category >> android:name="android.intent.category.LAUNCHER" /> >> </intent-filter> >> </activity> >> >> yet I've no idea if this is correct or what all these means. So far it >> seems to work. >> >> On Nov 20, 12:07 pm, HideCheck <[email protected]> wrote: >> > Manifest file must be added to ArtistsActivity, AlbumsActivity, and >> > SongsActivity. >> > >> > http://developer.android.com/resources/tutorials/views/hello-tabwidge... >> > ----------------- >> > Notice that this doesn't use a layout file. Just create a TextView, >> > give it some text and set that as the content. Duplicate this for each >> > of the three activities, and add the corresponding <activity/> tags to >> > the Android Manifest file. >> > >> > ----------------- >> > >> > Thanks >> > >> >> -- >> 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 > > > -- > Robin > > -- > 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 -- 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

