Rahul
Rahul

Reputation: 749

How to integrate Google Realtime Playground with Android App?

I am in serious need to any tutorial for integrating Google Realtime Playground with Android App. I know it is possible as people has done this: https://play.google.com/store/apps/details?id=com.goodow.realtime.android.playground

I've found the code for the same on GitHub: https://github.com/goodow/realtime-android-playground

But code shared here is also not complete. Please help me with some useful links and tutorials.

Regards, RJ

Upvotes: 0

Views: 216

Answers (1)

Burcu Dogan
Burcu Dogan

Reputation: 9213

There is no official library that wraps Realtime functionalities for Android for now. What goodow does is to wrap a WebView and wrap non-native calls.

See also the sources on the GitHub Project.

Upvotes: 1

Related Questions