Description
At the end of this exercise, your application will have the following new features:
- when you click on the “Export to Gallery” Options Menu created in the Exercise #4 , you will be able to save your embellished image to the sdcard.
- when you click on the “Send” Options Menu created in the Exercise #4, you will be able to send your embellished image to a friend via email or MMS (phone only)
New Android skills include:
- How to add an image to the Media Store.
- How to do image scaling.
- Learnt how to setup the email application on the emulator
- How to use the Intent.ACTION_SEND action to send an embellished image via MMS or email.
Basic Steps
- Visit the instructions for this activity, and perform the steps in the instructions.
- When finished, submit your application as a Android Package (.apk) file. To find the application .apk, look in your Project directory, there should be a directory (folder) called bin. In the bin directory, there will be a file called ProjectName.apk. That is the file to submit. To find your Project directory, right-click on the Project in Eclipse, select Properties, and then look at the Location field on the Resource page. That is the Project directory.


