In Android, how do I get the application\'s id programatically (or by some other method), and how can I communicate with other applications using that id?
i'm not sure what "application id" you are referring to, but for a unique identifier of your application you can use:
getApplication().getPackageName() method from your current activity