Git Product home page Git Product logo

gnd-android's Introduction

Ground for Android

Ground is a map-centric data collection platform for occasionally connected devices.

This is not an officially supported Google product; it is currently being developed by volunteers on a best-effort basis.

The project is currently undergoing major architectural and UI changes. Please check back periodically for updates. The stable demo version is in branch prototype.

Initial build configuration

Add Google Maps API Key(s)

Create google_maps_api.xml files in gnd/src/debug/res/values and gnd/src/release/res/values, replacing API_KEY with debug and release Google Maps API keys:

<resources>
  <string name="google_maps_key" templateMergeStrategy="preserve"
  translatable="false">API_KEY</string>
</resources>

You can generate new keys at:

https://developers.google.com/maps/documentation/android-api/signup.

Be sure the SHA-1 certificate fingerprint described in the API key generation instructions is
registered with package name com.google.android.gnd in:

https://console.cloud.google.com/apis/credentials

You can find the SHA-1 of the debug key generated by Android Studio with:

$ keytool -list -v -keystore "$HOME/.android/debug.keystore" \
  -alias androiddebugkey \
  -storepass android -keypass android

Set up Firebase

  1. Create a new Firebase project at:

    https://console.firebase.google.com/

  2. Save config file for Android app to gnd/google-services.json:

    https://support.google.com/firebase/answer/7015592

This includes the API key and URL for your new Firebase project.

gnd-android's People

Contributors

gino-m avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.