[android-developers] Android WindowManager.LayoutParams.TYPE_SYSTEM_OVERLAY

2011-11-21 Thread Ravi Singh
I am trying to get multiple touch events on a system overlay view, but
am only receiving the MotionEvent.ACTION_OUTSIDE event.

Is there any possible way of getting multiple touch events on a system
overlay?

Any examples or links would be very helpful.

-- 
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] Creating JAR in Eclipse

2010-11-23 Thread Ravi Singh
HI,
I have a thirdparty.jar which I have to add into my Eclipse project
and make one combined JAR for my entire package.
I have added the thirdparty.jar into my pproject using Java Build
Path Libraries settings in eclipse.

But when I try to make jar for my entire project, the jar creation for
my project is success but the thirdparty.jar is not getting included
in my project.jar.

Any idea what could be the reason??

Thanks,
Ravi

-- 
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] onCallbackDied

2010-11-22 Thread Ravi Singh
Hi,
I have a remote service which has many clients connected(BINDed) to
it. In my service, I wish to perform some functionality when any of my
clients is crashed/killed unexpectedly.
I came to know about onCallbackDied() API but don't know how to use.
Any example or link showing usage of onCallbackDied(0 would be
helpful.

Thanks,
Ravi

-- 
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] startForeground() - No notification required

2010-10-10 Thread Ravi Singh
Hi,
I have a Remote Service, which I am starting at Bootup of the
emulator. I want my service to keep running as a foreground service.
For this, I am calling startForeground() from my service's
onStartCommand(). I don't want any notifcation from the service. But
startForeground() needs a notification object as its second parameter.
How can I set my service as a foreground service without using any
notification.

Any inputs would be highly appreciable.
-Ravi

-- 
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