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.

How/where to begin learning mobile (app) development?

2 pointsby bakhlawaalmost 15 years ago
By way of background, I have an undergrad in CS and worked as a C++/Java programmer 10 years ago. I also have some experience with web development (LAMP). I'd like to get into mobile development (apps) for iOS, Android, etc. but quite frankly have no idea where to start.<p>If I choose a platform now (iOS or Android), am I essentially "stuck" in the platform or can I jump between the two? What do I need in terms of knowledge, skills, funds(?), to begin this learning process? The objective is to know enough to put together a team of devs, designers, to execute on B2B mobile apps.

2 comments

Cabalalmost 15 years ago
<i>but quite frankly have no idea where to start</i><p>Pick up their respective SDKs, read their docs, and spruce up on their primary languages (Objective C for iOS, Java for Android). Having a device for each will be needed in the long run, but you can get started with just the SDKs and emulators.<p><i>If I choose a platform now (iOS or Android), am I essentially "stuck" in the platform or can I jump between the two?</i><p>Not really, but as mentioned above, you will be jumping languages in most cases. If you're planning on supporting both platforms (or more), standardizing your back-end and any intermediary code/technology will save time and effort.<p><i>What do I need in terms of knowledge, skills, funds(?), to begin this learning process?</i><p>Funds will be specific to your venture, but a good foundation in C++/Java is more than enough to get you started. Get reading!
评论 #1586956 未加载
js4allalmost 15 years ago
When you are targeting multiple platforms, it pays to choose an abstraction framework like titanium or phonegap. Using these frameworks, your app can easily be ported.
评论 #1587463 未加载