TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Apache cordova or what for mobile apps

2 点作者 devb0x将近 11 年前
I want to build an app to target android first, then as many other platforms as quick to do thereafter.<p>So what tooling should I download to get a mobile app running by sunday afternoon? The app should be pretty, talk to a backend service and run on my android and if possible an ipad?

2 条评论

alexgaribay将近 11 年前
I have recently started using Xamarin for a client who wanted apps for the major mobile platforms. It was a little confusing at first to get going and understand how to structure my app. It took about a whole day to understand what I needed to know. But once it clicked, it was very easy to write my code for the platforms in a small amount of time. The code I wrote is 100% reusable for each of the platforms.
bluewings将近 11 年前
It depends upon what you know currently and your requirements. If you are familiar with HTML, java script and jQuery, Yes you can use cordova.<p>if you want to use smartphone functionality like GPS, Camera cordova is providing plug in&#x27;s.