[android-developers] Re: GLSurfaceView problem/querry

2010-02-02 Thread Nightwolf
Please do not copy and paste example since it only illustrates the idea. GameView is descendant of GLSurfaceView http://schemas.android.com/apk/res/android"; android:layout_width="fill_parent" android:layout_height="fill_parent">

Re: [android-developers] Re: GLSurfaceView problem/querry

2010-02-02 Thread satish bhoyar
Thanks for the reply Nightwolf , But sorry i did not understood it.. please can u tell me clearly. thanks sat On Tue, Feb 2, 2010 at 11:28 AM, Nightwolf wrote: > Try to place regular view on top of your GLSurfaceView and use > TextView on this regular view. > > On 1 фев, 14:19, satish bhoyar

[android-developers] Re: GLSurfaceView problem/querry

2010-02-01 Thread Nightwolf
Try to place regular view on top of your GLSurfaceView and use TextView on this regular view. On 1 фев, 14:19, satish bhoyar wrote: > Hi please tell me some thing about this problem... > > thanks > > On Fri, Jan 29, 2010 at 6:49 PM, satish bhoyar wrote: > > > > > Hi all, > > > I am developing the

[android-developers] Re: GLSurfaceView problem/querry

2010-02-01 Thread satish bhoyar
Hi please tell me some thing about this problem... thanks On Fri, Jan 29, 2010 at 6:49 PM, satish bhoyar wrote: > Hi all, > > I am developing the app where I want Text on GLSurfaceView. So I am using > TextView on GLSurfaceView. I m able to do that properly. > > Now problem is I want to transl