TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Apache cordova or what for mobile apps

2 pointsby devb0xalmost 11 years ago
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 comments

alexgaribayalmost 11 years ago
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.
bluewingsalmost 11 years ago
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.