最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

java - How can I convert my JavaScript web-application into android application? - Stack Overflow

programmeradmin0浏览0评论

So, I have developed a Map application which needs to be on android should I need to write code again in android or can in convert the JavaScript web app into android-app anyways to do so?

So, I have developed a Map application which needs to be on android should I need to write code again in android or can in convert the JavaScript web app into android-app anyways to do so?

Share Improve this question edited Dec 18, 2019 at 11:33 Twisha Kotecha 1,1041 gold badge6 silver badges18 bronze badges asked Dec 18, 2019 at 10:04 HarshaHarsha 741 silver badge11 bronze badges
Add a ment  | 

2 Answers 2

Reset to default 2

The thing you are looking for is called 'hybrid mobile app development'.

There are a number of frameworks you can use to convert web applications to native ones. I remend to go for PhoneGap, as your only requirement is to use JavaScript (the majority of the frameworks are front-end framework bound)

You have to register an Adobe Account and upload zips of your application to build the Android APK when going the PhoneGap group

Good luck!

1-) You can use Android WebView, and can present your website into your Android App (best choice)

https://developer.android./guide/webapps/webview

https://www.journaldev./9333/android-webview-example-tutorial

2-)You can make it without writing code, there are websites that directly changing websites to the android apk

https://median.co

发布评论

评论列表(0)

  1. 暂无评论