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