> I tried to call an external application through the use of > Activity.startActivity(Intent), but unable to pick up the parameters > for Intent. Can someone tell me the way to do Subj?
The NotePad sample application that comes with the SDK demonstrates the use of startActivity(). There are also online tutorials on startActivity() and startSubActivity() at: http://developerlife.com/tutorials/?p=302 http://dtmilano.blogspot.com/2008/03/android-playing-with-intents-this.html Sample code extracted from books on Android that contain examples of startActivity() can be found at: http://media.pragprog.com/titles/eband/code/Sudokuv2/src/org/example/sudoku/Sudoku.java http://commonsware.com/Android/Android.zip If you have specific questions beyond what those resources offer, write back! -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ -- Available Now! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

