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

Reply via email to