[android-developers] onScaleEnd received prematurely

2016-10-09 Thread Ajit
I am working on a feature in my app that does zoom-in and zoom-out. I have noticed that when I do *zoom-in*, then my app *receives onScaleEnd() even though both my fingers are still on the screen*. Because of this, my app behaves in an unexpected way. I have tested it on Nexus 5 emulator and Go

Re: [android-developers] TextureView & Canvas

2012-10-05 Thread Ajit Vasudevan
tion - but I will post it in a separate thread because its not related to TextureView. FYI - Once i fixed this , a simple view (with invalidate() calls) worked like a charm - atleast thus far. I will gauge the performance and see if introducing more drawing operations causes it to choke. Thanks -

Re: [android-developers] TextureView & Canvas

2012-10-01 Thread Ajit Vasudevan
ad of SurfaceView. Thanks for your input though - it does answer the question that I can use a canvas with TextureView if i follow the intended mode of use. -Ajit On Saturday, September 29, 2012 2:47:45 PM UTC-7, Romain Guy (Google) wrote: > > Hi, > > If you were using SurfaceView&

[android-developers] TextureView & Canvas

2012-09-29 Thread Ajit Vasudevan
can use TextureView to draw primitives on the screen using a Canvas? The only examples I have seen thus far show the use of video/camera/openGL rendering on the TextureView. Any help on this would be great. Thanks much -Ajit -- You received this message because you are subscribed to the Google

[android-developers] Developing image processing project ny interfacing matlab and android phone

2011-05-11 Thread Ajit
Hello, I am developing a project which takes a natural scene image as input and detects text,recogniss and converts it to speech. i have done it using matlab. now i want it to go real time i,e a mobile application, which shd be able to take images from camera of phone, and sent it to matlab, the ma

Re: [android-developers] Application Back button not working

2011-01-14 Thread Ajit Raut
end 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 -- Regards Ajit Raut -- You received thi

Re: [android-developers] Re: String error...pls help to spot

2011-01-04 Thread Ajit Raut
; > -- > > Kostya Vasilyev -- WiFi Manager + pretty widget -- > http://kmansoft.wordpress.com > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to android-dev

[android-developers] HorizontalScrollView of TextView working through XML but not working when programatically created

2011-01-04 Thread ajit sonawane
Hi ... Can anyone tell me ... How to scroll Text view horizontally ...Its working when i created through XML file. But not working when i am creating these views dynamically programatically... -- You received this message because you are subscribed to the Google Groups "Android Developers" group