Google Santa Tracker app for Android is an educational and entertaining tradition that brings joy to millions of children (and children at heart) across the world over the December holiday period. The app is a companion to the Google Santa Tracker website (repository here), showcasing unique platform capabilities like Android Wear watchfaces, device notifications and more.
- A beautiful materially designed village
- Exciting games like Penguin Swim and Rocket Sleigh
- Interactive Android Wear watchfaces (with sound!)
- Videos, animations and more.
First up, Santa Tracker is powered by Firebase, so you'll need to enable it on your Google account over at the Firebase console. Once you're in the console, follow these steps:
- Create a new project
- Add Firebase to your Android app
- Package name:
com.google.android.apps.santatracker.debug
- Debug signing certificate can be blank, or follow the instructions in the tooltip to find yours.
- Save the
google-services.json
file to thesanta-tracker/
directory
Now you should be able to plug your phone in (or fire up an emulator) and run:
./gradlew santa-tracker:installDebug
Alternatively, import the source code into Android Studio (File, Import Project).
Note: You'll need Android SDK version 24, build tools 24.0.0, and the Android Support Library to compile the project. If you're unsure about this, use Android Studio and tick the appropriate boxes in the SDK Manager.
All image and audio files (including *.png, *.jpg, *.svg, *.mp3, *.wav and *.ogg) are licensed under the CC-BY-NC license. All other files are licensed under the Apache 2 license. See the LICENSE file for details.
Copyright 2016 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.