Android CS323 Cornez

Lab 4: Mail Intents. Dynamic Views.



Exercise 1:


Rebuild the Coffee Corner app.
Use an implicit intent in the Coffee Corner app to send the order summary to an email address.
Research Mail intents and how to supply an email address, message subject, and a body containing the order summary.





Exercise 2:


  1. This exercise explores dynamic additions of Views to a layout.
  2. Create an app that allows the user to build a Fibonacci flower by adding two types of petals, as shown in the image.
  3. The app algorithm must position, rotate, and scale each petal before it is added to the screen.
  4. The user should be allowed to clear all the petals to rebuild a new flower.