Re: [android-developers] Re: Tutorial "HelloTabWidget" crashes
for example
2011/11/21 Robinns <librain.robin@gmail.com>:
> That is what you missed.
>
> On Sun, Nov 20, 2011 at 6:54 PM, wyo <otto.wyss@orpatec.ch> 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 <hidech...@gmail.com> 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 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
>
>
> --
> Robin
>
> --
> 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
--
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