[android-developers] Re: Flickering with keyboard animation

2012-07-27 Thread knaeckeKami
I have the same issue. Did you solve it? And if yes - how? -- 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-develo

[android-developers] Re: Flickering.

2010-09-03 Thread tina lincon
Hi everyone,flickering issue is solved now..i removed the thread n d 30 degree delay logic...nw everythng wrking fine.. On Aug 31, 4:56 pm, tina lincon wrote: > because of the delay only im getting dat curved rotation movement...if > i remove d delay,wat happens is it seems dat images wil

[android-developers] Re: Flickering.

2010-08-31 Thread tina lincon
because of the delay only im getting dat curved rotation movement...if i remove d delay,wat happens is it seems dat images wil b just shifting in right n left instead of the ring rotating On Aug 31, 11:58 am, Dev Android wrote: > Can you please elaborate more and i think you don't require any del

Re: [android-developers] Re: Flickering.

2010-08-30 Thread Dev Android
Can you please elaborate more and i think you don't require any delay. Its does n't sounds logical. If you are using any delay that should be a hack in the solution. -- Dev On Tue, Aug 31, 2010 at 11:37 AM, tina lincon wrote: > any idea???:(plz do help me out.. > > On Aug 30, 10:47 am, tina lincon

[android-developers] Re: Flickering.

2010-08-30 Thread tina lincon
any idea???:(plz do help me out.. On Aug 30, 10:47 am, tina lincon wrote: > hi greg...sorry dint get wat u meant to tell abt asynchronous task > here... > > On Aug 27, 8:27 pm, greg wrote: > > > > > "I cant do it widout the thread coz i need a sleep or a delay after > > each 30 degree drawing,"

[android-developers] Re: Flickering.

2010-08-29 Thread tina lincon
hi greg,i dint get wat u meant by dis asychronous thng here in ds context?? On Aug 30, 10:45 am, tina lincon wrote: > hii frank,flickering is on the device. > > On Aug 27, 7:58 pm, Frank Weiss wrote: > > > > > First a question: Is the flickering on the emulator or a device? > > Emulator is much

[android-developers] Re: Flickering.

2010-08-29 Thread tina lincon
hi greg...sorry dint get wat u meant to tell abt asynchronous task here... On Aug 27, 8:27 pm, greg wrote: > "I cant do it widout the thread coz i need a sleep or a delay after > each 30 degree drawing," > > To be consistent, shouldn't "Thread" be "Dread"?  (sorry, couldn't > resist) > > You've r

[android-developers] Re: Flickering.

2010-08-29 Thread tina lincon
hii frank,flickering is on the device. On Aug 27, 7:58 pm, Frank Weiss wrote: > First a question: Is the flickering on the emulator or a device? > Emulator is much slower than a device. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To p

[android-developers] Re: Flickering.

2010-08-27 Thread greg
"I cant do it widout the thread coz i need a sleep or a delay after each 30 degree drawing," To be consistent, shouldn't "Thread" be "Dread"? (sorry, couldn't resist) You've ruled out using AsyncTask rather than your Thread and sleeps? On Aug 27, 1:48 am, tina lincon wrote: > Any idea hw to re

Re: [android-developers] Re: Flickering.

2010-08-27 Thread Frank Weiss
First a question: Is the flickering on the emulator or a device? Emulator is much slower than a device. -- 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

[android-developers] Re: Flickering.

2010-08-26 Thread tina lincon
Any idea hw to remove d flickering???pls do help On Aug 26, 7:21 pm, tina lincon wrote: > I am doing an application-infinitely rotating 3D cylinder in > openGl.The speed varies with finger touch but wen i reduce the speed,i > can see  flickering happening in animation towards right and > lef