WebsiteBeaver / CordovaCall

Cordova CallKit & ConnectionService plugin for iOS/Android that displays the native call UI for VOIP apps
MIT License
196 stars 91 forks source link

Android Studio compatible code #45

Closed omkarnathsingh closed 6 years ago

omkarnathsingh commented 6 years ago

How can I use this code in Android Studio 3? I don't see proper code for it. Guide me please. Thanks in advance.

D-Marc1 commented 6 years ago

I have no idea what you're asking. This is a Cordova plugin, so knowledge of Cordova is a requirement, obviously.

SkyzohKey commented 6 years ago

I'm currently porting this for react-native stay tuned ;)

dmarcs commented 6 years ago

@omkarnathsingh Check out https://cordova.apache.org/docs/en/latest/guide/cli/index.html. It shows how to install and get a Cordova project running. Once you add this plugin and add Android to your project, you'll be able to open the code in Android Studio. Let me know if you need help with that. If you don't want to use Cordova, you can find the Java code here: https://github.com/WebsiteBeaver/CordovaCall/tree/master/src/android, but you'll have to modify it slightly because it's setup for Cordova.