Just curious, but why are you manually inflating the XML layout?  You don't
need to do that... that is what the setContentView(int) method does for
you.  So I guess I'm not sure what you are asking... What exactly do you
need help with?

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Thu, Apr 12, 2012 at 11:41 AM, yyyogev <yyyo...@gmail.com> wrote:

> In the OnCreate I am inflating the XML layout, There the user have a menu
> and when he choose "new game" I inflate my main view class like this:
> setContentView(frogview);
>
>>
>>  --
> 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+unsubscr...@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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to