Re: [android-discuss] NEWBIE needs help

2011-10-04 Thread Chris Cullington-Johnson
thank-you Joel sorry for delay On Fri, Sep 30, 2011 at 1:26 AM, Joel Witherspoon joel.withersp...@gmail.com wrote: ? xml version=*1.0* encoding=*utf-8*? manifest xmlns:android=*http://schemas.android.com/apk/res/android* package=*Tab.Widget* android:versionCode=*1*

Re: [android-discuss] NEWBIE needs help

2011-09-29 Thread Joel Witherspoon
? 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*

[android-discuss] NEWBIE needs help

2011-09-28 Thread Chris Cullington-Johnson
I have just joined the Android World and am lovn it, however having a bit of trouble with some of the tutorials, in particular the Hello Tab Widget one. Particular part states Notice that this doesn't use a layout file. Just create a

Re: [android-discuss] NEWBIE needs help

2011-09-28 Thread TreKing
On Wed, Sep 28, 2011 at 6:34 PM, Chris Cullington-Johnson chriscj...@gmail.com 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

Re: [android-discuss] NEWBIE needs help

2011-09-28 Thread Chris Cullington-Johnson
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 treking...@gmail.com