CHAPTER 15: Developing for Android Wearable Devices 585
Do the same thing for your four ImageView objects using a compound object declaration statement.
Name the ImageView objects jupiterIcon, neptuneIcon, earthIcon, and marsIcon, as seen in
Figure 15-42.
Figure 15-41. Declare an AnalogClock object named planetClock at the top of EarthTime app MainActivity class
Figure 15-42. Declare an ImageView object series and name them jupiterIcon, neptuneIcon, earthIcon, and marsIcon