0
Difficulty: Medium
In this activity you will add the Text Picker function to the MBellish application.  The Text Picker will allow you to annotate your picture, and allows a choice of font and text color.

JeffC - MBellish Text Picker

June 15, 2009 at 11:35 pm - by JeffC
0

Download Submission

Remarks

In this update, I added the functionality to add text over the selected image. After the user chooses to add text through our menu (added in previous activity), we introduce a new Compose Activity that allows the user to customize the font color and font size as well as insert own or preset text. The picture is then added to the image.

 To run this application on your emulator, assuming you have the Android SDK set up:

  1. Set up an Android AVD
  2. In command line prompt: emulator -avd <avd_name>
  3. In command line prompt: adb install mbellishjeffclevel5.apk
Feel free to message me if you have any questions!