项目作者: google

项目描述 :
Ho Ho Ho
高级语言: Java
项目地址: git://github.com/google/santa-tracker-android.git
创建时间: 2015-03-23T23:58:50Z
项目社区:https://github.com/google/santa-tracker-android

开源协议:Other

下载


Status: Archived

This repository has been archived and is no longer maintained.

Google Santa Tracker for Android 🎅🤶

About

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.

Village Screenshot

Features

  • A beautiful designed village
  • Exciting games like Penguin Swim and Rocket Sleigh
  • Use of Dynamic Feature Modules (each game is a separate module, fetched dynamically on first run)
  • Interactive Android Wear watchfaces (with sound!)
  • Videos, animations and more.

Building the app

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 the santa-tracker/ directory

Now you should be able to plug your phone in (or fire up an emulator) and run:

  1. ./gradlew santa-tracker:installDebug

Alternatively, import the source code into Android Studio (File, Import Project).

Note: You’ll need Android SDK version 28. If you’re unsure about this, use
Android Studio and tick the appropriate boxes in the SDK Manager.

License

All image and audio files (including .png, .jpg, .svg, .mp3, .wav, .ogg, .m4a, .webp) are
licensed under the CC-BY license. All other files are licensed under the Apache 2 license.
See the LICENSE file for details.

  1. Copyright 2019 Google LLC
  2. Licensed under the Apache License, Version 2.0 (the "License");
  3. you may not use this file except in compliance with the License.
  4. You may obtain a copy of the License at
  5. https://www.apache.org/licenses/LICENSE-2.0
  6. Unless required by applicable law or agreed to in writing, software
  7. distributed under the License is distributed on an "AS IS" BASIS,
  8. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  9. See the License for the specific language governing permissions and
  10. limitations under the License.