? xml version=*"1.0"* encoding=*"utf-8"*?> < manifest xmlns:android=*"http://schemas.android.com/apk/res/android"*
package=*"Tab.Widget"* android:versionCode=*"1"* android:versionName=*"1.0"*> <uses-sdk android:minSdkVersion=*"3"* /> <application android:icon=*"@drawable/icon"* android:label=* "@string/app_name"*> <activity android:name=*".HelloTabWidget"* android:name=*".AlbumsActivity"* android:name=*".ArtistsActivity"* android:name=*".SongsActivity"* android:label=*"@string/app_name" *android:theme=*"@android:style/Theme.NoTitleBar"*> <intent-filter> <action android:name=*"android.intent.action.MAIN"* /> <category android:name=*"android.intent.category.LAUNCHER"* /> </intent-filter> </activity> *<activity* *name, label, etc...* */>* *<activity* *name, label, etc...* */>* </application> Post this into the android-dev group for more assistance. On Wed, Sep 28, 2011 at 7:50 PM, Chris Cullington-Johnson < [email protected]> wrote: > Cheers TreKing, > > I will post to correct group. And am currently trying your suggestion. Am > I right in saying i have to include everything held inside <activity tabs 3 > times? Sorry to ask daft Q's but.......need to learn somehow. > > On Thu, Sep 29, 2011 at 11:28 AM, TreKing <[email protected]> wrote: > >> On Wed, Sep 28, 2011 at 6:34 PM, Chris Cullington-Johnson < >> [email protected]> wrote: >> >>> I don't fully understand how to add "the corresponding <activity/> tags >>> in manifest file" >> >> >> A) For developer issues, post to the Android Developers group. This one is >> for general discussion and you'll likely not get much help here. >> >> B) That said, see how the xml you posted has <activity >> android:name=".HelloTabWidget" ........ </activity> ? >> >> Do that 3 times. >> >> >> ------------------------------------------------------------------------------------------------- >> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago >> transit tracking app for Android-powered devices >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Android Discuss" 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-discuss?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Android Discuss" 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-discuss?hl=en. > -- You received this message because you are subscribed to the Google Groups "Android Discuss" 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-discuss?hl=en.
