[android-developers] multitouch support again...

2011-11-30 Thread John Goche
Hello, I have posted this message before but got no repiles so I decided to post it again because I need to detect when a single second finger goes down while the first one is still down on my canvas... here is my old post: I have an LG Optimus Net (P690) which as far as I understand claims to

[android-developers] multitouch support or no support???

2011-11-28 Thread John Goche
Hello, I have an LG Optimus Net (P690) which as far as I understand claims to support multitouch (as it sais on the following site: http://www.mobilespecs.in/2011/10/lg-optimus-net-also-known-as-p690.html not sure if capacitive touch screen means the same thing as multitouch. However when I try

Re: [android-developers] MultiTouch Support

2010-12-31 Thread TreKing
On Wed, Dec 29, 2010 at 5:57 AM, pedr0 pulsarpie...@gmail.com wrote: Any suggestion will be appreciated. Try updating finger_one_X and finger_one_Y. AFAICT, you're only updating #2 in your multi-touch branch.

[android-developers] MultiTouch Support

2010-12-29 Thread pedr0
Hi at all, I have one issues with multitouch features offers by the MotionEvent class, this is my code: @Override public boolean onTouchEvent(MotionEvent event) { [] if(event.getPointerCount() == 1){ switch (event.getAction()) {

[android-developers] Multitouch support in various device?

2010-03-23 Thread Archana
Hi, Can anyone tell me ,how we can find whether Multitouch support is available or not in various device? I tried like this try { FeatureInfo[] info =_main.getPackageManager().getSystemAvailableFeatures(); for (int i = 0; i info.length; i++) { System.out.println(Info

[android-developers] Multitouch support in Android 2.0

2009-10-27 Thread Streets Of Boston
Kind-a burried inside the blog-post on developer.android.com (http:// developer.android.com/sdk/android-2.0-highlights.html), i saw that multi-touch is now supported: Android virtual keyboard •An improved keyboard layout to makes it easier to hit the correct characters and improve typing speed.

[android-developers] Multitouch support in Android 2.0

2009-10-27 Thread Jason Proctor
the G1 hardware does support multitouch. there has been a kernel browser hack available for a while which enables zooming, at least. i played with it and adapted the java side for my own purposes. IMHO there was a better way to do it, but it works well enough for what it provides. Does

[android-developers] Multitouch support in Donut?

2009-07-26 Thread quill
Look at here: http://phandroid.com/2009/07/25/morning-donuts/ --~--~-~--~~~---~--~~ 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