Zagorax
Zagorax

Reputation: 11890

How to use Google Realtime API with Java?

Is there any way to use Google Realtime API from an application written in Java? I was looking into using the features provided by this API to build an Android application, but so far I didn't succeed to find any related Java library.

Upvotes: 0

Views: 331

Answers (1)

KENdi
KENdi

Reputation: 7751

The core Realtime API is available only in Javascript. The import/export APIs are standard REST APIs accessible from any platform.

Upvotes: 1

Related Questions