Reputation: 11890
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
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