• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Android - Logistics requirement

 
Ranch Hand
Posts: 527
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Jeff,

Welcome. I am newbie to Mobile development. What are the bare minimum logistics required for Android development. I know for building applications for iPhone, one has to pay membership fee and purchase simulator, so what's up for Android.

And also people say Android is open source where as for iPhone, it is not. So, what exactly is an open source here. Thanks.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The Android SDK is free and has everything you need to develop Android app, including an emulator, a debugger and a tool to upload your applications to actual devices.

The underlying Linux OS is open source, as is the Dalvik VM and the software that runs on top of that: http://source.android.com/
 
Ranch Hand
Posts: 231
Android IntelliJ IDE Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Best thing you can do is setup a development environment and get stuck in, start reading blogs/forums etc. Thats how I've managed it so far and its worked nicely
 
reply
    Bookmark Topic Watch Topic
  • New Topic