Intro To Android (Workbook 2)

Lab: View Animation

  1. Research & design animation you want to implement.
  2. Update pin image, if desired.
  3. Add animation XML file in your anim/ folder. Make sure to use dimensions when specifying the values so that you can adapt these values for a tablet.
  4. Apply animation in Java & enjoy!
  5. Ensure the animation works in all CoverView's throughout the application.