XYZTouristAttractions
Wearable
com.example.android.xyztouristattractions
18
23
22
true
com.google.android.gms:play-services-location
com.google.maps.android:android-maps-utils:0.3.4
com.github.bumptech.glide:glide:3.6.1
com.android.support:appcompat-v7:24.0.0
com.android.support:recyclerview-v7:24.0.0
com.android.support:design:24.0.0
com.google.android.gms:play-services-location
com.android.support:support-v13:23.0.0
com.google.android.gms:play-services-wearable
com.google.android.gms:play-services-location
com.google.maps.android:android-maps-utils:0.3.4
PUBLISHED
Wearable, Location, Notification
Android
Java
Mobile
INTERMEDIATE
screenshots/icon-web.png
screenshots/composite-1.png
android.support.v7.appcompat
android.support.v7.widget.RecyclerView
android.support.v7.widget.GridLayoutManager
android.support.v4.content.ContextCompat
android.support.v4.app.ActivityCompat
android.support.design.widget.FloatingActionButton
android.support.design.widget.CoordinatorLayout
com.google.android.gms.common.api.GoogleApiClient
com.google.android.gms.wearable.Wearable
com.google.android.gms.wearable.DataApi
com.google.android.gms.wearable.NodeApi
com.google.android.gms.wearable.WearableListenerService
com.google.android.gms.location.LocationServices.GeofencingApi
com.google.android.gms.location.LocationServices.FusedLocationApi
android.support.wearable.view.DismissOverlayView
android.support.wearable.view.DotsPageIndicator
android.support.wearable.view.GridViewPager
android.support.wearable.activity.ConfirmationActivity
android.support.wearable.view.CardFrame
android.support.wearable.view.CardScrollView
android.support.wearable.view.GridPagerAdapter
android.support.wearable.view.WatchViewStub
android.support.wearable.view.ActionPage
This sample aims to be as close to a real world example of a mobile
and Wear app combination as possible. It has a more refined design
and also provides a practical example of how a mobile app would
interact and communicate with its wear counterpart.
The app itself is modeled after a hypothetical tourist attractions
app that notifies the user when they are in close proximity to
notable points of interest.
The Wear component shows tourist attraction images and summary
information, and provides quick actions for nearby tourist
attractions in a [GridViewPager](http://developer.android.com/reference/android/support/wearable/view/GridViewPager.html)
UI component.