there is a way to run a two finger click like the one on macs.

if you run an if statement in ontouchevent

if (event.getSize > .6) {

}

this will get the size of the touch to the screen. placing two fingers
on the screen makes the screen see one big finger even if the fingers
are not touching. most single finger clicks are around .3 for their
size while double finger is around .8 so it is almost impossible to
run this if statement with one finger.

On Jan 22, 3:16 am, Guolong <liuguolong...@gmail.com> wrote:
> Hello,
>
> I want to implement the following scenario:
>
> when user browses a web page and "right-click" a link, then user can
> choose to open the link with a different Application (except Browser).
>
> Is it possible in Android?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to