Android Application Development - PowerPoint PPT Presentation

About This Presentation
Title:

Android Application Development

Description:

Android Application Development Agenda Android Business Model Why Android Android application market space Market Segments & Target customers Business opportunities ... – PowerPoint PPT presentation

Number of Views:441
Avg rating:3.0/5.0
Slides: 26
Provided by: siliconin
Category:

less

Transcript and Presenter's Notes

Title: Android Application Development


1
Android Application Development
2
Agenda
  • Android Business Model
  • Why Android
  • Android application market space
  • Market Segments Target customers
  • Business opportunities
  • Application Development
  • API
  • Basic building blocks
  • Application Life cycle
  • Tools Chain
  • Sample application

3
Why Android
4
Why Android
  • Faster learning curve
  • Java ----- gt Android
  • Android App Stores

5
Why Android
6
What should I develop
7
Where is my target customer
8
What my customer needs
9
Who will pay for my app
10
What else I should know
  • Functionality is import but Usability is more
    important
  • Is the application simple to use?
  • How does your app integrate with device
  • Location, movement, accelerometer, SIP, Near
    field communication,
  • Camera
  • Social connection
  • how does the application allow the user to
    connect to other people in existing mobile
    communication paths such as SMS, IM, email or
    voice?
  • How is UI app UI design
  • Does user has option switch skins
  • How is App Integration with Home-Screen

11
Where can we start
  • Regional applications
  • Synchronization sharing users data
  • Games Productivity apps
  • Social Applications
  • Applications for large customer base
  • Schools or Universities, Health sector
  • Kids Education sector
  • Optimization with Native porting

12
Android 2.3
  • SIP-based VoIP
  • Near Field Communications (NFC)
  • Multiple cameras support

Android 2.2
Android 2.1
  • Android Cloud to Device Messaging
  • data backup and restore
  • HTTP progressive streaming
  • portable Wi-Fi hotspot 
  • New APIs for OpenGL ES 2.0
  • Contacts and accounts
  • New BT profiles Object Push Profile (OPP) and
    Phone Book Access Profile (PBAP)

Android 1.6 
  • API for creating, recognizing, loading, and
    saving gestures
  • Text-to-speech
  • Search framework For global search
  • Android 1.6 includes support for CDMA

Android 1.5 
  • speech recognition
  • Raw audio recording and playback APIs
  • Video recording APIs for developers (3GP format)
  • Video and photo sharing Intents
  • Media search Intent

13
Android Application
  • Activities
  • Services
  • Broadcast receivers
  • Content providers
  • The manifest file

14
Activity Life Cycle
  • Life cycle methods
  • onCreate
  • onStart
  • onResume
  • onPause
  • onStop
  • onRestart
  • onDestroy

15
Service Life cycle
  • Life cycle methods
  • onCreate
  • onStart/onBind
  • onUnbind
  • onRebind
  • onDestroy

16
Location and Maps
  • What google provides
  • android.location
  • Android provides a location framework that your
    application can use to determine the device's
    location and bearing and register for updates
  • Google Maps external library
  • A Google Maps external library is available that
    lets you display and manage Maps data
  • Location Services
  • LocationManager
  • The central component of the location framework
  • It provides APIs to determine location
    getSystemService(Context.LOCATION_SERVICE)
  • The method returns a handle to a new
    LocationManager instance

17
LocationManager
  • Query for the list of all LocationProviders for
    the last known user location.
  • Register/unregister for periodic updates of the
    user's current location from a location provider
    (specified either by criteria or name).
  • Register/unregister for a given Intent to be
    fired if the device comes within a given
    proximity (specified by radius in meters) of a
    given lat/long

18
Requesting Location Updates
  • Getting user location in Android works by means
    of callback
  • GPS_PROVIDER for NETWORK_PROVIDER

19
Requesting User Permissions
  • Android manifest file to enable this service for
    your app

20
API
  • Speech Input API

21
Tools
22
Tools Chain
  • DDMS 

23
Tools Chain
  • Android Debug Bridge (adb)
  •  client-server program
  • Hierarchy Viewer
  • Layoutopt
  • Set-up android , mksdcard,
  • Testing Monkey
  • Traceview , ProGuard, zipalign


24
_at_Huawei
25
Valluri Kumar vallurik_at_huawei.com
Write a Comment
User Comments (0)
About PowerShow.com