SlideShare uma empresa Scribd logo
1 de 16
ANDROID APPS DEVELOPMENT
SERVICE
Design | Development | Marketing
ABOUT
Android – Open source mobile OS developed ny the
Open Handset Alliance led by Google. Based on
Linux 2.6 kernel
iOS – Apple’s proprietary mobile OS, iPhone, iPod
Touch, iPad. Derived from OS X, very UNIX like
Symbian – acquired by Nokia 2008
Windows Phone 7 – Microsoft – Kin, discontinued 6
weeks after initial launch
Blackberry OS – RIM (Research in Motion),
proprietary OS
Design | Development | Marketing
THE SMARTPHONE PLATFORM
With the iPhone being the first to the marketplace it sets the
configuration of the Smartphone Platform
 3G/4G connectivity
 WiFi connectivity
 Bluetooth connectivity
 accelerometer w/compass
 ambient light sensor
 proximity sensor
 GPS
 gyroscope
Design | Development | Marketing
WHAT IS ANDROID
Android is an open source operating system, created by Google specifically for
use on mobile devices (cell phones and tablets)
Linux based (2.6 kernel)
Can be programmed in C/C++ but most app development is done in Java (Java
access to C Libraries via JNI (Java Native Interface))
Supports Bluetooth, Wi-Fi, and 3G and 4G networking
Design | Development | Marketing
WHAT IS IOS
Apple’s mobile OS for phones (iPhone), tablets (iPad), handhelds (iPod),
based on BSD Unix
Application programming done in Objective C
Supports Bluetooth, Wi-Fi, and 3G and 4G networking
Design | Development | Marketing
BLUETOOTH
Open wireless technology
 Developed by Ericsson (1994)
 Originally supposed to replace wired RS-232
 Short distance via low power, short distance radio
 Allows creation of personal area networks
 Mostly to connect wireless peripheral devices to a host computer (mice,
headsets, microphones, keyboards…)
 Can also be used to communicate between two host computers wirelessly (replace
serial cables)
Design | Development | Marketing
WI-FI
• Used to brand certified products that belong to a class of wireless
local area network based on IEEE Standard 802.11
• Currently there are 3 versions of 802.11 in common use:
– B, about 150 feet indoors, 300 ft outdoors
– G, 54 Mbits about 150 feet indoors, 300 ft outdoors
– N, 600 Mbits, about 1.5 miles in open air, uses MIMO (multiple input and output
antennas)
Design | Development | Marketing
3G ( 3RD
GENERATION NETWORK)
Must allow simultaneous use of speech and data servicesand provide
peak data rate of 200 kbits/sec
Design | Development | Marketing
4G
Provides a comprehensive and secure IP based solution for IP based
telephony, ultra broadband internet, gaming services and streamed
multimedia.
Peak data rate of 100 Mbit for high mobility devices and 1 Gbit for low
mobility devices.
Design | Development | Marketing
COMMONLY USED PACKAGES
• User interface controls and widgets
• User interface layout
• Secure networking and web browsing
• Structured storage and relational databases (SQLite RDBMS)
• 2D and 3D Graphics SGL and OpenGL
• Audio and visual media support
• Access to optional hardware (GPS)
Design | Development | Marketing
THE ANDROID SOFTWARE STACK
Design | Development | Marketing
ANDROID APPLICATION DEVELOPMENT
Eclipse IDE
Android
SDK
Android
Emulator
Android
Mobile
Device
Design | Development | Marketing
IOS APPLICATION DEVELOPMENT
XCODE IDE
iOS
SDK
iOS
Simulator
iOS
Mobile
Device
Design | Development | Marketing
ANDROID DEVELOPMENT
Android
Manifest
Resource
XML
Java Source
Generated
Class
Java
Compiler
Android
Libraries
.dex
File
Dalvik
VM
Design | Development | Marketing
IOS DEVELOPMENT
Objective C
Source
.xib file
Objective C
Compiler
Foundation
Framework
Cocoa Libraries
. Simulator
or Device
Interface
Builder
Xcode
Design | Development | Marketing
CONTACT USCONTACT US
http://development.clicksbazaar.com/android-apps-development
http://clicksbazaar.com | Contact@clicksbazaar.com
Design | Development | Marketing

Mais conteúdo relacionado

Mais procurados

WiFiber Security Camera
WiFiber Security CameraWiFiber Security Camera
WiFiber Security Camera
Adair Grover
 
Unified ip phone_portfolio_overview (1)
Unified ip phone_portfolio_overview (1)Unified ip phone_portfolio_overview (1)
Unified ip phone_portfolio_overview (1)
dheading
 
Smartphone project
Smartphone projectSmartphone project
Smartphone project
sundarnu
 
TechRadar#32 ibeacon
TechRadar#32 ibeaconTechRadar#32 ibeacon
TechRadar#32 ibeacon
Fan Jiang
 
Raspberry pi sikha
Raspberry pi sikhaRaspberry pi sikha
Raspberry pi sikha
sikhakv
 
Technology presentation akein brown
Technology presentation   akein brownTechnology presentation   akein brown
Technology presentation akein brown
keano724
 

Mais procurados (20)

Zikit Review on iBeacon Technology (1st Israeli iBeacon Hackathon)
Zikit Review on iBeacon Technology (1st Israeli iBeacon Hackathon)Zikit Review on iBeacon Technology (1st Israeli iBeacon Hackathon)
Zikit Review on iBeacon Technology (1st Israeli iBeacon Hackathon)
 
Daksh Presentation
Daksh PresentationDaksh Presentation
Daksh Presentation
 
Indoor location in mobile applications using iBeacons
Indoor location in mobile applications using iBeaconsIndoor location in mobile applications using iBeacons
Indoor location in mobile applications using iBeacons
 
What do you want to know about "Streaming"!?
What do you want to know about "Streaming"!?What do you want to know about "Streaming"!?
What do you want to know about "Streaming"!?
 
Nokia E7-00
Nokia  E7-00Nokia  E7-00
Nokia E7-00
 
WiFiber Security Camera
WiFiber Security CameraWiFiber Security Camera
WiFiber Security Camera
 
HD IP CAMERA.....TNET
HD IP CAMERA.....TNETHD IP CAMERA.....TNET
HD IP CAMERA.....TNET
 
Smartphones
SmartphonesSmartphones
Smartphones
 
Unified ip phone_portfolio_overview (1)
Unified ip phone_portfolio_overview (1)Unified ip phone_portfolio_overview (1)
Unified ip phone_portfolio_overview (1)
 
Smartphone
SmartphoneSmartphone
Smartphone
 
ibeacon - Indoor Navigation
ibeacon - Indoor Navigationibeacon - Indoor Navigation
ibeacon - Indoor Navigation
 
smartphones
smartphonessmartphones
smartphones
 
An overview of mobile technologies
An overview of mobile technologiesAn overview of mobile technologies
An overview of mobile technologies
 
#911#FirefoxOS available in all smartphones for your #safety
#911#FirefoxOS available in all smartphones for your #safety#911#FirefoxOS available in all smartphones for your #safety
#911#FirefoxOS available in all smartphones for your #safety
 
Smartphone project
Smartphone projectSmartphone project
Smartphone project
 
Ios mobile developers sydney
Ios mobile developers sydneyIos mobile developers sydney
Ios mobile developers sydney
 
TechRadar#32 ibeacon
TechRadar#32 ibeaconTechRadar#32 ibeacon
TechRadar#32 ibeacon
 
Raspberry pi sikha
Raspberry pi sikhaRaspberry pi sikha
Raspberry pi sikha
 
Polycom SoundPoint IP 330
Polycom SoundPoint IP 330Polycom SoundPoint IP 330
Polycom SoundPoint IP 330
 
Technology presentation akein brown
Technology presentation   akein brownTechnology presentation   akein brown
Technology presentation akein brown
 

Semelhante a Android apps development service

Android – Open source mobile OS developed ny the Open Handset Alliance led by...
Android – Open source mobile OS developed ny the Open Handset Alliance led by...Android – Open source mobile OS developed ny the Open Handset Alliance led by...
Android – Open source mobile OS developed ny the Open Handset Alliance led by...
jeronimored
 
889448 634356855122132416
889448 634356855122132416889448 634356855122132416
889448 634356855122132416
zxdrtyu
 
MOBILE OPERATING SYSTEM
MOBILE OPERATING SYSTEMMOBILE OPERATING SYSTEM
MOBILE OPERATING SYSTEM
cool192
 
EB IoT Device Platform
EB IoT Device PlatformEB IoT Device Platform
EB IoT Device Platform
Ivaylo Tomov
 
Mobile os upcoming tech
Mobile os upcoming techMobile os upcoming tech
Mobile os upcoming tech
Anuj Malhotra
 

Semelhante a Android apps development service (20)

Android and ios app development company- thorsignia
Android and ios app development company- thorsigniaAndroid and ios app development company- thorsignia
Android and ios app development company- thorsignia
 
6 Months Industrial Training in Android
6 Months Industrial Training in Android6 Months Industrial Training in Android
6 Months Industrial Training in Android
 
Android – Open source mobile OS developed ny the Open Handset Alliance led by...
Android – Open source mobile OS developed ny the Open Handset Alliance led by...Android – Open source mobile OS developed ny the Open Handset Alliance led by...
Android – Open source mobile OS developed ny the Open Handset Alliance led by...
 
Android Operating System
Android Operating SystemAndroid Operating System
Android Operating System
 
Android
AndroidAndroid
Android
 
889448 634356855122132416
889448 634356855122132416889448 634356855122132416
889448 634356855122132416
 
MOBILE OPERATING SYSTEM
MOBILE OPERATING SYSTEMMOBILE OPERATING SYSTEM
MOBILE OPERATING SYSTEM
 
MATHS
MATHSMATHS
MATHS
 
Android
AndroidAndroid
Android
 
Android...by raziel lucagbo
Android...by raziel lucagboAndroid...by raziel lucagbo
Android...by raziel lucagbo
 
Android viswapriya viswa 1
Android viswapriya viswa 1Android viswapriya viswa 1
Android viswapriya viswa 1
 
Android
AndroidAndroid
Android
 
Android and android phones
Android and android phonesAndroid and android phones
Android and android phones
 
Week 04 os_for_wireless mobile devices
Week 04 os_for_wireless mobile devicesWeek 04 os_for_wireless mobile devices
Week 04 os_for_wireless mobile devices
 
4 g
4 g4 g
4 g
 
EB IoT Device Platform
EB IoT Device PlatformEB IoT Device Platform
EB IoT Device Platform
 
How smarthpone makes life easier
How smarthpone makes life easierHow smarthpone makes life easier
How smarthpone makes life easier
 
Androids
AndroidsAndroids
Androids
 
Operating systems essentials & Android OS concepts
Operating systems essentials & Android OS conceptsOperating systems essentials & Android OS concepts
Operating systems essentials & Android OS concepts
 
Mobile os upcoming tech
Mobile os upcoming techMobile os upcoming tech
Mobile os upcoming tech
 

Mais de clicksbazaar

Mais de clicksbazaar (14)

Xhtml validation
Xhtml validationXhtml validation
Xhtml validation
 
Website design services
Website design servicesWebsite design services
Website design services
 
Timeline cover designing
Timeline cover designingTimeline cover designing
Timeline cover designing
 
Social media optimization services
Social media optimization servicesSocial media optimization services
Social media optimization services
 
Seo service
Seo serviceSeo service
Seo service
 
Link building service
Link building serviceLink building service
Link building service
 
Graphics designing service
Graphics designing serviceGraphics designing service
Graphics designing service
 
Google penalty recovery
Google penalty recoveryGoogle penalty recovery
Google penalty recovery
 
Email marketing service
Email marketing serviceEmail marketing service
Email marketing service
 
Corporate marketing service
Corporate marketing serviceCorporate marketing service
Corporate marketing service
 
Brand management service
Brand management serviceBrand management service
Brand management service
 
Apps development service
Apps development serviceApps development service
Apps development service
 
All in one on page seo
All in one on page seoAll in one on page seo
All in one on page seo
 
All in one off page seo
All in one off page seoAll in one off page seo
All in one off page seo
 

Último

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Último (20)

Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 

Android apps development service

  • 1. ANDROID APPS DEVELOPMENT SERVICE Design | Development | Marketing
  • 2. ABOUT Android – Open source mobile OS developed ny the Open Handset Alliance led by Google. Based on Linux 2.6 kernel iOS – Apple’s proprietary mobile OS, iPhone, iPod Touch, iPad. Derived from OS X, very UNIX like Symbian – acquired by Nokia 2008 Windows Phone 7 – Microsoft – Kin, discontinued 6 weeks after initial launch Blackberry OS – RIM (Research in Motion), proprietary OS Design | Development | Marketing
  • 3. THE SMARTPHONE PLATFORM With the iPhone being the first to the marketplace it sets the configuration of the Smartphone Platform  3G/4G connectivity  WiFi connectivity  Bluetooth connectivity  accelerometer w/compass  ambient light sensor  proximity sensor  GPS  gyroscope Design | Development | Marketing
  • 4. WHAT IS ANDROID Android is an open source operating system, created by Google specifically for use on mobile devices (cell phones and tablets) Linux based (2.6 kernel) Can be programmed in C/C++ but most app development is done in Java (Java access to C Libraries via JNI (Java Native Interface)) Supports Bluetooth, Wi-Fi, and 3G and 4G networking Design | Development | Marketing
  • 5. WHAT IS IOS Apple’s mobile OS for phones (iPhone), tablets (iPad), handhelds (iPod), based on BSD Unix Application programming done in Objective C Supports Bluetooth, Wi-Fi, and 3G and 4G networking Design | Development | Marketing
  • 6. BLUETOOTH Open wireless technology  Developed by Ericsson (1994)  Originally supposed to replace wired RS-232  Short distance via low power, short distance radio  Allows creation of personal area networks  Mostly to connect wireless peripheral devices to a host computer (mice, headsets, microphones, keyboards…)  Can also be used to communicate between two host computers wirelessly (replace serial cables) Design | Development | Marketing
  • 7. WI-FI • Used to brand certified products that belong to a class of wireless local area network based on IEEE Standard 802.11 • Currently there are 3 versions of 802.11 in common use: – B, about 150 feet indoors, 300 ft outdoors – G, 54 Mbits about 150 feet indoors, 300 ft outdoors – N, 600 Mbits, about 1.5 miles in open air, uses MIMO (multiple input and output antennas) Design | Development | Marketing
  • 8. 3G ( 3RD GENERATION NETWORK) Must allow simultaneous use of speech and data servicesand provide peak data rate of 200 kbits/sec Design | Development | Marketing
  • 9. 4G Provides a comprehensive and secure IP based solution for IP based telephony, ultra broadband internet, gaming services and streamed multimedia. Peak data rate of 100 Mbit for high mobility devices and 1 Gbit for low mobility devices. Design | Development | Marketing
  • 10. COMMONLY USED PACKAGES • User interface controls and widgets • User interface layout • Secure networking and web browsing • Structured storage and relational databases (SQLite RDBMS) • 2D and 3D Graphics SGL and OpenGL • Audio and visual media support • Access to optional hardware (GPS) Design | Development | Marketing
  • 11. THE ANDROID SOFTWARE STACK Design | Development | Marketing
  • 12. ANDROID APPLICATION DEVELOPMENT Eclipse IDE Android SDK Android Emulator Android Mobile Device Design | Development | Marketing
  • 13. IOS APPLICATION DEVELOPMENT XCODE IDE iOS SDK iOS Simulator iOS Mobile Device Design | Development | Marketing
  • 15. IOS DEVELOPMENT Objective C Source .xib file Objective C Compiler Foundation Framework Cocoa Libraries . Simulator or Device Interface Builder Xcode Design | Development | Marketing