3

I want to build a map view with a google fusion table layer, bringing data from a public table. I'm searching for tutorials, infos ... Someone can give me some advises about how I can proceed? Thanks :)

Massimo Variolo
  • 4,669
  • 6
  • 38
  • 64

2 Answers2

2

here is my android app that uses fusion tables to sync it's data:

https://jedld@github.com/jedld/GiNote.git

The part where it also lets the user choose the google account to use and the retrieval of an auth token might also interest you.

0

The easiest way to proceed might be to use the App inventor Fusion Tables Control. It's quite simple and lightweight.

http://appinventor.mit.edu/explore/content/notready.html#FusiontablesControl

Otherwise here is a simple example app in Java

https://code.google.com/p/google-api-java-client/wiki/APIs#Fusion_Tables_API

Hope this helps.

mike47
  • 2,217
  • 1
  • 27
  • 50
MattT
  • 157
  • 5