• Home
Name Date Size #Lines LOC

..--

.google/03-May-2024-1813

Application/03-May-2024-365128

Wearable/03-May-2024-531332

gradle/wrapper/03-May-2024-76

screenshots/03-May-2024-

CONTRIB.mdD03-May-20241.6 KiB3627

CONTRIBUTING.mdD03-May-20241.5 KiB3627

LICENSED03-May-202411.1 KiB202169

NOTICED03-May-2024613 1611

README.mdD03-May-20242.7 KiB6948

build.gradleD03-May-202414 150

gradlewD03-May-20245 KiB165122

gradlew.batD03-May-20242.3 KiB9166

settings.gradleD03-May-202436 21

README.md

1Android SkeletonWearableApp Sample
2===================================
3
4This sample is a basic skeleton app which can be used as a starting point for wear development.
5
6Introduction
7------------
8
9This sample is a mostly empty wearable app that implements a fullscreen activity
10conforming to Android Wear best practices. Included in the sample are examples of [GridViewPager][1],
11[DelayedConfirmationView][2], and [DismissOverlayView][3].
12
13Developers who require a fullscreen activity for
14their wearable app can use this sample as a starting point.
15
16[1]: https://developer.android.com/reference/com/google/android/support/wearable/view/GridViewPager.html
17[2]: https://developer.android.com/reference/com/google/android/support/wearable/view/DelayedConfirmationView.html
18[3]: https://developer.android.com/reference/com/google/android/support/wearable/view/DismissOverlayView.html
19
20Pre-requisites
21--------------
22
23- Android SDK v21
24- Android Build Tools v21.1.1
25- Android Support Repository
26
27Screenshots
28-------------
29
30<img src="screenshots/skeleton_wearable_app.png" height="400" alt="Screenshot"/> <img src="screenshots/grid_view_pager.png" height="400" alt="Screenshot"/> <img src="screenshots/dismiss_overlay.png" height="400" alt="Screenshot"/> <img src="screenshots/delayed_confirmation.png" height="400" alt="Screenshot"/>
31
32Getting Started
33---------------
34
35This sample uses the Gradle build system. To build this project, use the
36"gradlew build" command or use "Import Project" in Android Studio.
37
38Support
39-------
40
41- Google+ Community: https://plus.google.com/communities/105153134372062985968
42- Stack Overflow: http://stackoverflow.com/questions/tagged/android
43
44If you've found an error in this sample, please file an issue:
45https://github.com/googlesamples/android-SkeletonWearableApp
46
47Patches are encouraged, and may be submitted by forking this project and
48submitting a pull request through GitHub. Please see CONTRIBUTING.md for more details.
49
50License
51-------
52
53Copyright 2014 The Android Open Source Project, Inc.
54
55Licensed to the Apache Software Foundation (ASF) under one or more contributor
56license agreements.  See the NOTICE file distributed with this work for
57additional information regarding copyright ownership.  The ASF licenses this
58file to you under the Apache License, Version 2.0 (the "License"); you may not
59use this file except in compliance with the License.  You may obtain a copy of
60the License at
61
62http://www.apache.org/licenses/LICENSE-2.0
63
64Unless required by applicable law or agreed to in writing, software
65distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
66WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the
67License for the specific language governing permissions and limitations under
68the License.
69