0

Possible Duplicate:
Android Launch an application from another application

I have created login android application. We have a calendar.apk file and now we want to invoke this file when login button is clicked. How can we do that? Can you please provide us a sample code?

Community
  • 1
  • 1
Madhu
  • 1
  • 1
  • 2

1 Answers1

0

Check this link for Launching .apk file programmatically. You need to use Intents. Launch Application through your code.

halfer
  • 18,701
  • 13
  • 79
  • 158
Venky
  • 10,964
  • 5
  • 46
  • 66