mirror of
https://github.com/googlemaps/android-samples.git
synced 2025-12-08 18:02:20 +00:00
Refactors the onClick attributes in the following activities to use programmatic click listeners with View Binding: - VisibleRegionDemoActivity - SnapshotDemoActivity - StreetViewPanoramaNavigationDemoActivity - CircleDemoActivity - MarkerDemoActivity This change centralizes event handling within the corresponding activities and fragments, improving code organization and maintainability. It also adds a basic Espresso test for VisibleRegionDemoActivity to verify the onClick functionality.