Android Basics

Create great apps.

The Android OS and platform was established in 2007 by Google and the OHA (Open Handset Alliance).  HTC is a founding member of the OHA.  HTC released the world’s first Android phone, the HTC Dream (T-Mobile G1) in 2008 and has since released numerous Android devices.

The primary resource for Android developers is Google’s Android developer site: http://developer.android.com (or http://d.android.com)

The HTC Developer Center will provide additional Android tutorials and resources such as API documentation and sample code to supplement http://d.android.com and provide support for HTC specific feature devices with the HTC OpenSense SDK.

Getting Started

  • Download the Java Runtime Environment for your OS platform from http://java.com
  • Download the Android SDK from http://d.android.com
  • Use an IDE for development (highly recommended), specifically Eclipse as the Android SDK provides support for Eclipse (but other IDEs can be used as well). http://eclipse.org

Learn More

See the Developer Center for Android quick guides for reviewing the essentials for beginners and advanced developers alike. See external resources for additional links to external resources.