I am new to android. I read about Implicit Intent from
http://saigeethamn.blogspot.in/2009/08/android-developer-tutorial-for_26.html
Now my question is can I invoke my another application , as one of the activities ,in this applications through implicit intents ???
Yes you can. For example when you want to share from one app to another the image,
you have to register in second app that receives the intent in the manifest file of that second app. The additional intent filter is below
then onCreate of second app that already has view with image view
It means that when you are declaring in manifest file the intent filter, whenever person will share the picture, your second app will come in the available list