public class Hellobye2 extends Activity {
       SampleView mView;
      protected void onCreate(Bundle savedInstanceState) {
      super.onCreate(savedInstanceState);
              mView = new SampleView(this);
              Button b =  new Button(this);

              setContentView(mView);

      }
}

On Fri, Feb 6, 2009 at 12:18 PM, <[email protected]> wrote:

>
> Hi all
>
>                Thanks for the greate replies. I have a porgram by
> which i draw a rectengle. The code is written below.
>
>
> //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
>
>  public class Hellobye2 extends Activity {
>
>           SampleView mView;
>               protected void onCreate(Bundle savedInstanceState) {
>       super.onCreate(savedInstanceState);
>               mView = new SampleView(this);
>            setContentView(mView);
>
>       }
> }
>
>
> //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
>
> Now my problem is I want to insert a button in this page. But i cant
> use setContentView(R.layout.main);
>
> How can i crerate a button which is defiend on main.xml. Please give
> me the appropiate code.
> Thanks in advance.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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