[android-developers] Re: how to get event by broadcast receiver when application installed first time?

2012-08-29 Thread assaf passal
On Thursday, June 16, 2011 9:04:39 AM UTC+3, Hitendrasinh Gohil wrote: > > Hi, > > I m just trying to get event through broadcast receiver when > application installed firsttime. > > Here is my broadcastreceiver class. > public class LaunchReceiver extends BroadcastReceiver > { > pub

[android-developers] How to show camera preview on top of video

2012-06-04 Thread Assaf G
Hi, I tried to show camera preview on top of video file, is it possible ? I tried to use VideoView and SurfaceView but the video file is not playing. Any Idea? Thanks, Assaf -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To po

[android-developers] Re: Activity creation order after kill

2011-11-02 Thread Assaf
Update - Answer to 2 is Yes. On Oct 27, 6:48 pm, Assaf wrote: > As I now understand, Android will start the top-most activity even > after killing the process due to resource shortage. > (seehttp://groups.google.com/group/android-developers/browse_thread/threa... > ) > > M

[android-developers] Activity creation order after kill

2011-10-27 Thread Assaf
As I now understand, Android will start the top-most activity even after killing the process due to resource shortage. (see http://groups.google.com/group/android-developers/browse_thread/thread/68a101144b9660f9# ) My root activity is responsible for some initialization code that I wouldn't like t

[android-developers] Re: queryBroadcastReceivers does not return receivers registered by registerReceiver()

2010-10-21 Thread Assaf
I understand. Thanks. -- 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

[android-developers] Re: queryBroadcastReceivers does not return receivers registered by registerReceiver()

2010-10-14 Thread Assaf
Hi again, anyone can have a look ? -- 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...@googleg

[android-developers] queryBroadcastReceivers does not return receivers registered by registerReceiver()

2010-10-06 Thread Assaf
way I can get information on *all* receivers capable of handling an Intent even if they where registered in code ? Thanks, Assaf. (checked on emulator only, on framework v2.2) -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To po