0

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

Rahul
  • 739
  • 4
  • 15
  • 31

1 Answers1

1

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.

rekire
  • 47,260
  • 30
  • 167
  • 264
Burcu Dogan
  • 9,153
  • 4
  • 34
  • 34