[android-developers] Mapview not touchable

2011-03-30 Thread Shreesh
Hi,

I seem to have run into a problem with the mapview not pick touchable
if setZoomControl(true) is used. The issue seems to be that anytime
this is switched on the mapview is not touchable. And this seems to be
a one time thing - anytime this zoom is switched on and even if it is
switched off later - the mapview is not touchable. Also it seems the
touch even occurs once and after that I can never trap it i.e. the
touch handler never gets called. I retrn false from the touch handler.
The overlays I have are fine and touchable.

Fundamentally we want to build in the feature where the user can touch
the map when an overlay is up to dismiss the overlay. I have a onTouch
event handler for the mapview.

Thanks,
Shreesh

-- 
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Bluetooth issues

2010-07-07 Thread Shreesh
Hi,

I am exploring the following issues with the use of Bluetooth and they
are:
1. No pin mode?
Using Bluetooth 2.1+ has a "Simple Pairing" mode and no-pin in the
destination device.
But, Android seems to always ask for a PIN to be entered.
Is there any way to avoid that or override that behavior?
2.Setting scan mode?
There does not seem to be any way to set the scan mode. There is only
a query for the scan mode. For security reasons we want to initiate
connections to our device - but when Bluetooth is switched on, on the
Android device we dont want it to be opened up to incoming
connections. This means we would at least like to ensure taht SCAN
MODE is SCAN_MODE_NONE.
3. I believe using the NDK to create JNI services off the Bluetooth
native code is not recommended.?

Any help here would be great.

Thanks,
Shreesh

-- 
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en