HotBox icon indicating copy to clipboard operation
HotBox copied to clipboard

Android Support

Open philolo1 opened this issue 8 years ago • 3 comments

Hi, I see there is no documentation for Android, did you actually implement an Android version for this?

philolo1 avatar Oct 04 '17 13:10 philolo1

We havn't implemented android yet but we plan to in the coming months. Open to PRs though!

Jonovono avatar Oct 04 '17 15:10 Jonovono

Ok @Jonovono any ideas of how to get started on this Android, initially design ideas?

philolo1 avatar Oct 11 '17 03:10 philolo1

@philolo1 I havn't explored too much.

But will move the current HotBoxService folder into a ios directory and start an android one.

Here is the android code for one of the TokBox react wrapers before us: https://github.com/callstack/react-native-opentok/blob/master/android/src/main/java/com/rnopentok/RNOpenTokSessionManager.java

I also relied on this project for some examples - looks like they have android java and kotlin examples. https://github.com/peggyrayzis/react-native-create-bridge.

Hope this helps! We are still a few months off of approaching it.

Jonovono avatar Oct 11 '17 17:10 Jonovono