West Bengal University of Technologyteqip.wbut.ac.in/documents/Android2016.pdf · 2016. 6. 10. ·...

4
West Bengal University of Technology Technical Education Quality Improvement Programme (TEQIP-II) No of Attendees: Student of M.Tech (Dept. of CSE & IT) Organization: Ardent Computer Pvt. Ltd. Android is an open source and Linux-based operating system for mobile devices such as smartphones and tablet computers. Android was developed by the Open Handset Alliance, led by Google, and other companies. The first beta version of the Android Software Development Kit (SDK) was released by Google in 2007 where as the first commercial version, Android 1.0, was released in September 2008.

Transcript of West Bengal University of Technologyteqip.wbut.ac.in/documents/Android2016.pdf · 2016. 6. 10. ·...

Page 1: West Bengal University of Technologyteqip.wbut.ac.in/documents/Android2016.pdf · 2016. 6. 10. · devices such as smartphones and tablet computers. Android was developed by the Open

West Bengal University of Technology

Technical Education Quality Improvement Programme (TEQIP-II)

No of Attendees: Student of M.Tech (Dept. of CSE & IT)Organization: Ardent Computer Pvt. Ltd.

Android is an open source and Linux-based operating system for mobile devices such as smartphones and tablet computers. Android was developed by the Open Handset Alliance, led by Google, and other companies.

The first beta version of the Android Software Development Kit (SDK) was released by Google in 2007 where as the first commercial version, Android 1.0, was released in September 2008.

Page 2: West Bengal University of Technologyteqip.wbut.ac.in/documents/Android2016.pdf · 2016. 6. 10. · devices such as smartphones and tablet computers. Android was developed by the Open

Why Android ?

Students gathered for the registration to participate in the android development workshop

Page 3: West Bengal University of Technologyteqip.wbut.ac.in/documents/Android2016.pdf · 2016. 6. 10. · devices such as smartphones and tablet computers. Android was developed by the Open

Android operating system is a stack of software components which is roughly divided into five sections and four main layers as shown below in the architecture diagram.

Create Android Application

The first step is to create a simple Android Application using Eclipse IDE. Follow

the option File -> New -> Project and finally select Android New

Application wizard from the wizard list. Now name your application

asHelloWorld using the wizard window as follows:

The Expert are explaining the architecture of Android

Page 4: West Bengal University of Technologyteqip.wbut.ac.in/documents/Android2016.pdf · 2016. 6. 10. · devices such as smartphones and tablet computers. Android was developed by the Open

The Expert are showing the students how to run an app.

The student are learning how to develop and run the android app program under the guidance of the experts