Description
At the end of this exercise, you should be able to able to configure your Custom Compose View to respond to touch Events. You should be able to move around the Text you placed on the Image to different points.
New Android skills include:
- Make your activity respond to Touch Events.
- Do low level graphics manipulations
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.


