CETEX 2010 Android SDK by Schogini

Views:
 
     
 

Presentation Description

Schogini presented Android based mobile application development at CETEX 2010

Comments

Presentation Transcript

http://schogini.in presents Mobile Application Development for Google Android OS : 

http://schogini.in http://schogini.in presents Mobile Application Development for Google Android OS

Slide 2: 

http://schogini.in WHAT IS ANDROID? WHO CAN I SET IT FOR FREE? HOW DO I “HELLO WORLD”?

There are hundreds of models : 

http://schogini.in There are hundreds of models

Slide 5: 

http://schogini.in Mobile phones OS Symbian OS Microsoft’s Windows Mobile Mobile Linux iPhone OS (based on Mac OS X) Then Google with its Android Platform(Open source code) (Pro Android - Apresss)

Slide 6: 

http://schogini.in (Pro Android - Apresss)

Open Handest Alliance(OHA) : 

http://schogini.in Open Handest Alliance(OHA)

Slide 8: 

http://schogini.in

Slide 9: 

http://schogini.in (Pro Android - Apresss)

Slide 10: 

http://schogini.in The Android Platform comes with everything you need in a single package: the OS, device drivers, core libraries, the JNI, the optimized Dalvik VM, and the Java development environment. Developers can be assured that when they develop new applications, all key libraries will be available on the device. (Pro Android - Apresss)

Slide 11: 

http://schogini.in (Pro Android - Apresss)

Slide 12: 

http://schogini.in

Slide 13: 

http://schogini.in The Android Emulator

Slide 14: 

http://schogini.in The Android SDK Eclipse IDE + ADT (Android Development Tools) Reduces Development and Testing Time Makes User Interface-Creation easier Makes Application Description Easier (Pro Android - Apresss)

Android Application Components : 

http://schogini.in Android Application Components View (One specific User Interface) Activity (a related collection of views/actions) Intent (an action)

Slide 16: 

http://schogini.in View The concept of a view in J2EE and Swing carries over to Android. Views are UI elements that form the basic building blocks of a user interface. Views are hierarchical and they know how to draw themselves. (Pro Android - Apresss)

Slide 17: 

http://schogini.in Activity An activity is a user interface concept. An activity usually represents a single screen in your application. It generally contains one or more views, but it doesn’t have to. Moreover, other concepts in Android could better represent a viewless activity (as you’ll see in the “Service” section shortly). (Pro Android - Apresss)

Slide 18: 

http://schogini.in Intent An intent generically defines an “intention” to do some work. Intents encapsulate several concepts, so the best approach to understanding them is to see examples of their use. You can use intents to perform the following tasks, for instance: • Broadcast a message • Start a service • Launch an activity • Display a web page or a list of contacts • Dial a phone number or answer a phone call (Pro Android - Apresss)

Slide 19: 

http://schogini.in AndroidManifest.xml is similar to the web.xml file in the J2EE world, defines the contents and behavior of your application. For example, it lists your app’s activities and services, along with the permissions the application needs to run. (Pro Android - Apresss)

Slide 20: 

http://schogini.in (Pro Android - Apresss)

Slide 21: 

http://schogini.in

Slide 22: 

http://schogini.in Any questions?   www.google.com

Slide 23: 

(must write 10 articles)

Slide 24: 

http://schogini.in

Slide 25: 

http://schogini.in

Slide 26: 

http://schogini.in