Re: [android-developers] Re: How to create new page / form

2010-08-03 Thread TreKing
On Tue, Aug 3, 2010 at 1:59 AM, titleist wrote: > When I replaced getApplicationContext(); with "this", the > application started to work. > Yet another victim of this blatant documentation error. Will someone from Google PLEASE fix this? It should take all of 5 seconds of Find and Replace and

[android-developers] Re: How to create new page / form

2010-08-02 Thread titleist
The first page and the default page is the page I see (main.xml). When I replaced getApplicationContext(); with "this", the application started to work. Thank you all for your help. Regards, Tadej On 2 avg., 20:50, TreKing wrote: > On Mon, Aug 2, 2010 at 6:56 AM, titleist wrote: > > I want to o

[android-developers] Re: How to create new page / form

2010-08-02 Thread titleist
The default page and the first page is screen I see (main.xml). When I replaced the getApplicationContext(); with "this", it started working. Thanks again for your help. Regards, Tadej On 3 avg., 07:53, titleist wrote: > Thank you for your help, > > Regards > > On 3 avg., 05:21, Ed wrote: > >

[android-developers] Re: How to create new page / form

2010-08-02 Thread titleist
Thank you for your help, Regards On 3 avg., 05:21, Ed wrote: > I think we're possibly overlooking the simplicity of the question (I > may be wrong). > > My assumption is that the "page" you are referring to is the first > screen you see (main.xml). > > In your code at the moment you have a Clas

[android-developers] Re: How to create new page / form

2010-08-02 Thread Ed
I think we're possibly overlooking the simplicity of the question (I may be wrong). My assumption is that the "page" you are referring to is the first screen you see (main.xml). In your code at the moment you have a Class that extends Activity. In this class you will have a method called onCreate

[android-developers] Re: How to create new page / form

2010-08-02 Thread Bob Kerns
Also -- have you tried using the debugger to debug your problem? It doesn't sound like it. Had you done this basic step, I think: 1) You might have found the solution to your problem yourself 2) If not, you would be able to ask a much more specific question. On Aug 2, 11:50 am, TreKing wrote: >