[android-developers] Re: Intent broadcasting not working

2009-07-30 Thread Desu Vinod Kumar
Hi Only Toast widget will work for broadcast reciever is it possible to show the images or any other thing we can't place.. On Thu, Jul 30, 2009 at 11:29 AM, Sudeep Jha wrote: > Still no broadcasting.Can anybody give me an example code on broadcasting > an intent from an activity to call another

[android-developers] Re: Intent broadcasting not working

2009-07-29 Thread Sudeep Jha
Still no broadcasting.Can anybody give me an example code on broadcasting an intent from an activity to call another application? On Wed, Jul 29, 2009 at 7:26 PM, Mark Murphy wrote: > > Sudeep Jha wrote: > > In an application main activity I have the following code: > > > > public void onCreate

[android-developers] Re: Intent broadcasting not working

2009-07-29 Thread Mark Murphy
Sudeep Jha wrote: > In an application main activity I have the following code: > > public void onCreate(Bundle savedInstanceState) { > > super.onCreate(savedInstanceState); > setContentView(R.layout.main); > > Button button=(Button)findViewById(R.id.Button); >