I am trying to import my existing Intel XDK Project in Android Studio.
Basically what I have is a html5 design with inappbrowser and some other plugins.
I wanted post data to external server using my app like logging in the user.
For that purpose I used HttpUrlConnection in Java Class.
I have working Java I want my Intel XDK Project to embed that class send user inputs to the class and retrieve the result in it.