to run Android, to make “intelligent” devices Android have been deployed on intelligent kiosks, cars and even household electronics devices Asus Nexus 7 tablet launched at $199 running Android 4.1 More Nexus devices expected from multiple manufacturers in October Soham Mondal
in order to do something Example: dial the phone, take a photo, send an email, or view a map. • Each activity is given a window in which to draw its user interface. • An app usually consists of multiple activities • Typically, one activity in an application is specified as the "main" activity, which is presented to the user when launching the application for the first time. Soham Mondal
• Makes a specific set of the application's data available to other applications. • Date stored in the file system, in an SQLite database or on other platforms Soham Mondal
application. • Components of the application — the activities, services, broadcast receivers, and content providers that the application is composed of. • Permissions • Lists the library • And more Soham Mondal
and package structure Source of android programs are shown here Shows various console messages, problems etc Outline: Shows various program elements Soham Mondal
classic: http://www.eclipse.org/downloads/ 2. JDK Download and install: http://www.oracle.com/technetwork /java/javase/downloads/index.html 3. Android SDK starter package Download and install: http://developer.android.com/sdk/index.html 4. Android development tools (ADT) plugin Download from within Eclipse: https://dl-ssl.google.com/android/eclipse/ 5. Add platform and other optional components from within eclipse Soham Mondal