[android-developers] Regarding Intents

2012-11-01 Thread krithika rajan
Hi im a newbee to android. im unable to understand android concept.i wnet through many sites but i couldnt understand could u please explain what is Intent,Intent Object and what is the use of Intents with clear example. thanks in advance -- You received this message because you are subscribed

[android-developers] Regarding Intents

2010-07-14 Thread Arjun
Greetings, I have few intents in my manifest file and an AIR application. How can I instantiate AIR application from android. Thanks, Arjun. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Regarding Intents

2010-07-14 Thread Mark Murphy
On Wed, Jul 14, 2010 at 12:53 PM, Arjun arjunf...@gmail.com wrote: I have few intents in my manifest file and an AIR application. How can I instantiate AIR application from android. You probably should ask Adobe that question. -- Mark Murphy (a Commons Guy) http://commonsware.com |

[android-developers] Regarding intents

2010-02-25 Thread NewDev
Hi, I am new to android. I am trying to write a small application. I have one screen(activity), on clicking it should open another screen (activity). I am trying to use intents. But somehow my application is not working. I have a list of items for Tip calculator and Currency calculator (using

[android-developers] Regarding Intents

2009-05-25 Thread Bhargavi
Hi, I wrote a new application and i want to send an intent to another application.is it not enough if i broadcast that intent from my new app and add an intent filter in the receiving application? The intent seems to be not received in the receiving application. should i add / register the