Is it possible to produce a hybrid app combined with the web, not native, on Android Studio? I looked it up on Google. Phone gap? I heard that it can be done through webview, but if you look at the structure after the project is created, only the java directory exists.
I wonder if it is possible to develop both native and hybrid with Android Studio without Eclipse or other tools.
android hybrid
Android studios can only be developed by Android.
Even if you make it into a web view, it's not a hybrid, but a native.
If you want to make a hybrid app, you can make it with the phone gap you mentioned, ionic, xamarin, cordova, reaction native, etc.
If I make the first project with a phone gap, you will see index.html, which is strange.
Hybrid apps also have web views on native apps.
So it's all possible. If you don't have the directory you're looking for, you can create more.
© 2024 OneMinuteCode. All rights reserved.