aboutsummaryrefslogtreecommitdiff
path: root/wearable/wear/XYZTouristAttractions/template-params.xml
blob: 8fa0171a43bb5112fb97136f049c743f8b618987 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<?xml version="1.0" encoding="UTF-8"?>
<!--
 Copyright 2015 Google Inc. All rights reserved.

 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
-->
<sample>
    <name>XYZTouristAttractions</name>
    <group>Wearable</group>
    <package>com.example.android.xyztouristattractions</package>
    <minSdk>18</minSdk>
    <targetSdkVersion>28</targetSdkVersion>
    <targetSdkVersionWear>28</targetSdkVersionWear>
    <minSdkVersionWear>23</minSdkVersionWear>


    <wearable>
        <has_handheld_app>true</has_handheld_app>
    </wearable>

    <androidX>true</androidX>

    <dependency>com.google.maps.android:android-maps-utils:0.5</dependency>
    <dependency>com.github.bumptech.glide:glide:3.7.0</dependency>
    <dependency>androidx.appcompat:appcompat:1.0.2</dependency>
    <dependency>androidx.legacy:legacy-support-v13:1.0.0</dependency>
    <dependency>androidx.recyclerview:recyclerview:1.0.0</dependency>
    <dependency>com.google.android.material:material:1.0.0</dependency>

    <dependency>com.google.android.gms:play-services-maps:16.1.0</dependency>
    <dependency>com.google.android.gms:play-services-location:16.0.0</dependency>


    <dependency_shared>androidx.legacy:legacy-support-v13:1.0.0</dependency_shared>
    <dependency_shared>com.google.android.gms:play-services-wearable:16.0.1</dependency_shared>
    <dependency_shared>com.google.android.gms:play-services-maps:16.1.0</dependency_shared>
    <dependency_shared>com.google.maps.android:android-maps-utils:0.5</dependency_shared>


    <dependency_wearable>androidx.wear:wear:1.0.0</dependency_wearable>
    <dependency_wearable>androidx.legacy:legacy-support-v13:1.0.0</dependency_wearable>
    <dependency_wearable>com.google.android.gms:play-services-maps:16.1.0</dependency_wearable>


    <strings>
        <intro>
<![CDATA[
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 loads a full wearable app that shows images,
summary information and provides quick actions for nearby tourist
attractions in a GridViewPager UI component.
]]>
        </intro>
    </strings>

    <template src="base" />
    <template src="WearPlusShared"/>

    <metadata>
        <!-- Values: {DRAFT | PUBLISHED | INTERNAL | DEPRECATED | SUPERCEDED} -->
        <status>DEPRECATED</status>
        <!-- See http://go/sample-categories for details on the next 4 fields. -->
        <categories>Wearable, Location, Notification</categories>
        <technologies>Android</technologies>
        <languages>Java</languages>
        <solutions>Mobile</solutions>
        <!-- Values: {BEGINNER | INTERMEDIATE | ADVANCED | EXPERT} -->
        <level>INTERMEDIATE</level>
        <!-- Dimensions: 512x512, PNG fomrat -->
        <icon>screenshots/icon-web.png</icon>
        <!-- Path to screenshots. Use <img> tags for each. -->
        <screenshots>
            <img>screenshots/composite-1.png</img>
        </screenshots>
        <!-- List of APIs that this sample should be cross-referenced under. Use <android>
        for fully-qualified Framework class names ("android:" namespace).

        Use <ext> for custom namespaces, if needed. See "Samples Index API" documentation
        for more details. -->
        <api_refs>
            <android>android.support.v7.appcompat</android>
            <android>android.support.v7.widget.RecyclerView</android>
            <android>android.support.v7.widget.GridLayoutManager</android>
            <android>android.support.v4.content.ContextCompat</android>
            <android>android.support.v4.app.ActivityCompat</android>
            <android>android.support.design.widget.FloatingActionButton</android>
            <android>android.support.design.widget.CoordinatorLayout</android>
            <android>com.google.android.gms.common.api.GoogleApiClient</android>
            <android>com.google.android.gms.wearable.Wearable</android>
            <android>com.google.android.gms.wearable.DataApi</android>
            <android>com.google.android.gms.wearable.NodeApi</android>
            <android>com.google.android.gms.wearable.WearableListenerService</android>
            <android>com.google.android.gms.location.LocationServices.GeofencingApi</android>
            <android>com.google.android.gms.location.LocationServices.FusedLocationApi</android>
            <android>android.support.wearable.view.DismissOverlayView</android>
            <android>android.support.wearable.view.DotsPageIndicator</android>
            <android>android.support.wearable.view.GridViewPager</android>
            <android>android.support.wearable.activity.ConfirmationActivity</android>
            <android>android.support.wearable.view.CardFrame</android>
            <android>android.support.wearable.view.CardScrollView</android>
            <android>android.support.wearable.view.GridPagerAdapter</android>
            <android>android.support.wearable.view.WatchViewStub</android>
            <android>android.support.wearable.view.ActionPage</android>
        </api_refs>

        <description>
            <![CDATA[
Sample moved to [github.com/android/wear-os][1].

[1]: https://github.com/android/wear-os
]]>
        </description>

        <intro>
            <![CDATA[
This repo and all Wear OS samples have been moved to [github.com/android/wear-os][1]. Please check out the code there. Thank you!

[1]: https://github.com/android/wear-os
]]>
        </intro>
    </metadata>
</sample>