[android-beginners] Lighting effects in android

2010-04-28 Thread satish bhoyar
Hi all, I am developing one app where I need light effect. the exact is it should give a feel like light is traveling. I know one way i.e. by using GLSurfaceView, but is there any other way to achieve this ? because GLS might be costly i guess. Light is as a ray. please help or suggest on this

[android-beginners] Re: grow or shrink view

2010-04-20 Thread satish bhoyar
Guys anybody knows this ... hw to solve this ...? please help .. thanks On Mon, Apr 19, 2010 at 6:59 PM, satish bhoyar getsatonl...@gmail.comwrote: Hi, I have one problem... like i want my view to grow or shrink in one direction like curtains. What animation i can use

[android-beginners] grow or shrink view

2010-04-19 Thread satish bhoyar
Hi, I have one problem... like i want my view to grow or shrink in one direction like curtains. What animation i can use for this? is this scalling or wht is it ? please tell me thanks.. -- You received this message because you are subscribed to the Google Groups Android Beginners group.

[android-beginners] Cant find the solution for this GLSurfaceView error

2010-02-03 Thread satish bhoyar
Hi all, I have a code for GLSurfaceView which runs fine with sdk 1.5. I am trying to use it in the sdk 2.0 I am getting following error - *Application called a GL11 Pointer method with an Indirect Buffer* This is the line at which the error is coming, *gl.glVertexPointer(3, GL10.GL_FLOAT, 0,

[android-beginners] ViewGroup Problem

2010-01-28 Thread satish bhoyar
Hi all, I am trying to extend the ViewGroup in my application. then from my main activity i will create a variable of type following is the code snippet public class NewViewGrp extends Activity { Vg V = new Vg(this);/* Vg is extending the ViewGroup */ TextView Tv; /** Called

Re: [android-beginners] ViewGroup Problem

2010-01-28 Thread satish bhoyar
. -- On Thu, Jan 28, 2010 at 6:58 AM, satish bhoyar getsatonl...@gmail.comwrote: Hi all, I am trying to extend the ViewGroup in my application. then from my main activity i will create a variable of type following is the code snippet public class NewViewGrp extends Activity

[android-beginners] how can I launch my own activity from Home screen?

2010-01-21 Thread satish bhoyar
hi all, I m trying to launch my own activity from Home Screen. I gave the button for the same to do it . I then build the code wen i click the button i get error saying the application is not installed on the phone.. please help. thanks sat -- You received this message because you are

Re: [android-beginners] how can I launch my own activity from Home screen?

2010-01-21 Thread satish bhoyar
seanhodge...@googlemail.comwrote: On Thu, Jan 21, 2010 at 1:19 PM, satish bhoyar getsatonl...@gmail.com wrote: hi all, I m trying to launch my own activity from Home Screen. I gave the button for the same to do it . I then build the code wen i click the button i get error saying

[android-beginners] very urgent - : Text on GLSurfaceView

2010-01-20 Thread satish bhoyar
Hi all, I want help regarding GLSurfaceView. I want to show my text which is dynamically updating on some drawing. I cant use Texturing technique as it will be costly to repaint again. Is there any way to implement this. any information or example will be helpfull ... Thanks, Satish -- You

[android-beginners] error while editing Home Screen code for Android

2010-01-20 Thread satish bhoyar
Hi all, I am trying to put the ImgeButton on the home screen of the Android if the user clicks the button he/she will be taken to the My Activity. I put the code build it. But when it click the button the exception is raised with some process stopped unexpectedly need to close. Please send

[android-beginners] Re: Diagonal Screen transition.

2010-01-14 Thread satish bhoyar
Hi Guys, I was hoping any kind of help regarding this... please help regarding this.. Thanks satish On Fri, Jan 8, 2010 at 6:25 PM, satish bhoyar getsatonl...@gmail.comwrote: Hi, I am trying to do the diagonal screen transition, i am not able to figure out what I should use. In my case