• Home
Name Date Size #Lines LOC

..--

.google/03-May-2024-138

Application/03-May-2024-362125

Wearable/03-May-2024-602340

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-20241.6 KiB5035

build.gradleD03-May-202414 150

gradlewD03-May-20245 KiB165122

gradlew.batD03-May-20242.3 KiB9166

settings.gradleD03-May-202436 21

README.md

1Android GridViewPager Sample
2===================================
3
4Demonstrates how to implement a GridViewPager in your wearable app.
5
6Pre-requisites
7--------------
8
9- Android SDK v21
10- Android Build Tools v21.1.1
11- Android Support Repository
12
13Getting Started
14---------------
15
16This sample uses the Gradle build system. To build this project, use the
17"gradlew build" command or use "Import Project" in Android Studio.
18
19Support
20-------
21
22- Google+ Community: https://plus.google.com/communities/105153134372062985968
23- Stack Overflow: http://stackoverflow.com/questions/tagged/android
24
25If you've found an error in this sample, please file an issue:
26https://github.com/googlesamples/android-GridViewPager
27
28Patches are encouraged, and may be submitted by forking this project and
29submitting a pull request through GitHub. Please see CONTRIBUTING.md for more details.
30
31License
32-------
33
34Copyright 2014 The Android Open Source Project, Inc.
35
36Licensed to the Apache Software Foundation (ASF) under one or more contributor
37license agreements.  See the NOTICE file distributed with this work for
38additional information regarding copyright ownership.  The ASF licenses this
39file to you under the Apache License, Version 2.0 (the "License"); you may not
40use this file except in compliance with the License.  You may obtain a copy of
41the License at
42
43http://www.apache.org/licenses/LICENSE-2.0
44
45Unless required by applicable law or agreed to in writing, software
46distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
47WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the
48License for the specific language governing permissions and limitations under
49the License.
50