Gene Presentation For Android

Gene Leybzon
Gene LeybzonSoftware Architect and Experienced Technical Leader
Android+Amzonca+Zxing=?

             By Gene Leybzon
http://www.facebook.com/profile.php?id=574038581
Gene Presentation For Android
Android

Android is the first
free, open source,
and fully
customizable mobile
platform.
Android Platform
Applications


Application Framework


Libraries


Linux Kernel


Mobile Device(s)
Android Applications
Phone


Browser


Contacts


SMS


User Developed Applications
Android Application Framework
Activity Manager


Window Manager


Telephony Manager


Location Manager


Notification Manager
Android Libraries
Open GL


SSL


WebKit


SQL Lite
Android Linux Kernel

Linux version 2.6


Network

Security

Memory…
Android Mobile Devices
Future of Android
Q4 2008: Localization (German)


Q4 2008: Support for multiple access point nodes

Q1 2009: Input method
framework

Q1 2009: Input method engines


Q1 2009: Localization(French, Italian, es_es, zh_TW, Ja, NL, CZ)
Deep Dive
Into Android
 Application
Development
Development Process Overview
Download/Install SDK
http://code.google.com/android/download.html
Install Eclipse IDE 3.3
http://www.eclipse.org/downloads/


Develop the application

Sign the app

Debug & Test

Publish to marketplace
Developing Applications
Remember your goal


Know building blocks *


Know Java


Know the process *


Be creative
Building Blocks
Android Manifest
Activity
View
Intent and Intent Filters
Services
Notifications
Content Providers
Android Manifest
Is an XML file
Application properties
Activity
Permissions
Instrumentation
Intent and Intent Filters
Receiver
Service
Content Provider
android.app.Activity
Object that has lifecycle

May or may not have interact
with end-user

Have state
Can save persistent state
Can be foreground or background
Activity Lifecycle
android.view.View
Basic UI building block



Responsible for drawing UI


Process Events (key, trackball,
touch)
android.content.Intent

Describes operation to be performed


Is a glue between activities


Describes desired action and data
necessary to perform the action
Intent Actions
MAIN


VIEW


PICK


EDIT
android.content.IntentFilter
Describes capabilities



Used for intent resolution



Describes how to handle action
android.content.BroadcastReceiver
Handles external events


Used for both sending and receiving
broadcasts


Described in app manifest
android.app.Service
Runs in the background



Does not interact with users



Declared in app manifest
Content Providers
Object that can store and retrieve data



Accessible by other applications


Many content providers are pre-build
by Android (Audio, Video, Contacts)
Notifications
Icon in the status bar


Flashing LED


Sound

Vibration
UI Components (demo time)
Practical App Example
Amazonca Barcode Reader
Amazonca.com
AMAZONCA.COM
AMAZONCA.COM
Barcode Database (1 Mil records)


API

Creative Commons License

Social Features
ZXing (“Zebra Crossing”)
ZXing
Barcode Decoding Library


Java

Apache License 2.0


UPC-A ,UPC-E, EAN-8, EAN-13 decoding
+             Android + ZXing

    Android

                    Mobile
                    Barcode
                    Reader
     ZXing
+             Android + ZXing

    Android

                    Mobile
                    Barcode
                    Reader
     ZXing
+   +              Android + Zxing + Amazonca

        Android




                             Physical
         ZXing
                             World to
                              WEB
                           Connection
    Amazonca.com
+        +           Behind the + sign (location)

android.content.Context c = mActivity .getApplicationContext();

android.location.LocationManager lm = (LocationManager);

c.getSystemService(Context.LOCATION_SERVICE);

 Location loc =
lm.getLastKnownLocation(LocationManager.GPS_PROVIDER);

Double lat = loc.getLatitude();
Double lon = loc.getLongitude();

String s = quot;lat=quot;+ lat.toString() + quot;&lon=quot; + lon.toString();
Demo Time
+      +                               ∑ummary
    Open source is mash-able


    Fastest way to build a product –
    maximum reuse of existing components

    Pay attention to licensing:
    Android - Apache Software License
    ZXing - Apache Software License
    Amazonca .com data - Creative Commons 3.0
Gene Leybzon
http://code.google.com/android/
http://code.google.com/p/zxing/
http://www.amazonca.com
1 of 42

Recommended

Outsmarting smartphones by
Outsmarting smartphonesOutsmarting smartphones
Outsmarting smartphonesSensePost
901 views33 slides
Android presentation by
Android presentationAndroid presentation
Android presentationImam Raza
1.7K views39 slides
Bharat_Jangir_Final_Poster by
Bharat_Jangir_Final_PosterBharat_Jangir_Final_Poster
Bharat_Jangir_Final_PosterBharat Jangir
156 views1 slide
Thuật Toán BEA (Bond Energy Algorithm) by
Thuật Toán BEA (Bond Energy Algorithm) Thuật Toán BEA (Bond Energy Algorithm)
Thuật Toán BEA (Bond Energy Algorithm) Lương Bá Hợp
1.8K views12 slides
Programming Methodology Ii by
Programming Methodology IiProgramming Methodology Ii
Programming Methodology Iimark
523 views38 slides
Tìm đường trên di động (PhoneGap) by
Tìm đường trên di động (PhoneGap)Tìm đường trên di động (PhoneGap)
Tìm đường trên di động (PhoneGap)Lương Bá Hợp
1.4K views37 slides

More Related Content

Viewers also liked

Cooperative Learning by
Cooperative LearningCooperative Learning
Cooperative LearningArkansasAthleticsTutoring
1.9K views39 slides
Barcode - 2014 by
Barcode - 2014Barcode - 2014
Barcode - 2014Nguyễn Trọng Thuấn
897 views11 slides
Barcode latest technology1 by
Barcode latest technology1Barcode latest technology1
Barcode latest technology1dhananajay95
1.4K views24 slides
Cross-Platform Barcode Scanning with ZXing, Jonathan Dick by
Cross-Platform Barcode Scanning with ZXing, Jonathan DickCross-Platform Barcode Scanning with ZXing, Jonathan Dick
Cross-Platform Barcode Scanning with ZXing, Jonathan DickXamarin
3K views15 slides
Catálogo de Charcutería Premium Halal Almanaar by
Catálogo de Charcutería Premium Halal AlmanaarCatálogo de Charcutería Premium Halal Almanaar
Catálogo de Charcutería Premium Halal AlmanaarDw Serveis Informatics
708 views15 slides
LA WEB CAM by
LA WEB CAMLA WEB CAM
LA WEB CAMlauriita2325
403 views8 slides

Viewers also liked(15)

Barcode latest technology1 by dhananajay95
Barcode latest technology1Barcode latest technology1
Barcode latest technology1
dhananajay951.4K views
Cross-Platform Barcode Scanning with ZXing, Jonathan Dick by Xamarin
Cross-Platform Barcode Scanning with ZXing, Jonathan DickCross-Platform Barcode Scanning with ZXing, Jonathan Dick
Cross-Platform Barcode Scanning with ZXing, Jonathan Dick
Xamarin3K views
Hacia donde vamos en la educación virtual by DigiZen
Hacia donde vamos en la educación virtualHacia donde vamos en la educación virtual
Hacia donde vamos en la educación virtual
DigiZen901 views
Aagriculturaengaliza traballos-141120124354-conversion-gate01 by LOPEZMOURENZA
Aagriculturaengaliza traballos-141120124354-conversion-gate01Aagriculturaengaliza traballos-141120124354-conversion-gate01
Aagriculturaengaliza traballos-141120124354-conversion-gate01
LOPEZMOURENZA409 views
Ndp ganadores "X Edición Premio Joven Empresario" by AJE MADRID
Ndp ganadores "X Edición Premio Joven Empresario"Ndp ganadores "X Edición Premio Joven Empresario"
Ndp ganadores "X Edición Premio Joven Empresario"
AJE MADRID306 views
Generador eólico by profdecompu
Generador eólicoGenerador eólico
Generador eólico
profdecompu498 views

Similar to Gene Presentation For Android

Android Workshop Day 1 Part 2 by
Android Workshop Day 1 Part 2Android Workshop Day 1 Part 2
Android Workshop Day 1 Part 2Ahsanul Karim
726 views13 slides
Slides bootcamp21 by
Slides bootcamp21Slides bootcamp21
Slides bootcamp21dxsaki
288 views79 slides
Android Introduction on Java Forum Stuttgart 11 by
Android Introduction on Java Forum Stuttgart 11 Android Introduction on Java Forum Stuttgart 11
Android Introduction on Java Forum Stuttgart 11 Lars Vogel
1.7K views43 slides
Android Programming made easy by
Android Programming made easyAndroid Programming made easy
Android Programming made easyLars Vogel
4.9K views42 slides
Android ppt by
Android pptAndroid ppt
Android pptGateway Software Solutions
7 views35 slides
Introduction to android mobile app development.pptx by
Introduction to android mobile app development.pptxIntroduction to android mobile app development.pptx
Introduction to android mobile app development.pptxridzah12
29 views30 slides

Similar to Gene Presentation For Android(20)

Android Workshop Day 1 Part 2 by Ahsanul Karim
Android Workshop Day 1 Part 2Android Workshop Day 1 Part 2
Android Workshop Day 1 Part 2
Ahsanul Karim726 views
Slides bootcamp21 by dxsaki
Slides bootcamp21Slides bootcamp21
Slides bootcamp21
dxsaki288 views
Android Introduction on Java Forum Stuttgart 11 by Lars Vogel
Android Introduction on Java Forum Stuttgart 11 Android Introduction on Java Forum Stuttgart 11
Android Introduction on Java Forum Stuttgart 11
Lars Vogel1.7K views
Android Programming made easy by Lars Vogel
Android Programming made easyAndroid Programming made easy
Android Programming made easy
Lars Vogel4.9K views
Introduction to android mobile app development.pptx by ridzah12
Introduction to android mobile app development.pptxIntroduction to android mobile app development.pptx
Introduction to android mobile app development.pptx
ridzah1229 views
Introduction to Android App Development by Andri Yadi
Introduction to Android App DevelopmentIntroduction to Android App Development
Introduction to Android App Development
Andri Yadi2.5K views
1 introduction of android by akila_mano
1 introduction of android1 introduction of android
1 introduction of android
akila_mano530 views
Android Basic Presentation (Introduction) by RAHUL TRIPATHI
Android Basic Presentation (Introduction)Android Basic Presentation (Introduction)
Android Basic Presentation (Introduction)
RAHUL TRIPATHI1.3K views
Introduction to android by zeelpatel0504
Introduction to androidIntroduction to android
Introduction to android
zeelpatel05048.6K views
Day 2 android internals a quick overview by Ahsanul Karim
Day 2 android internals a quick overviewDay 2 android internals a quick overview
Day 2 android internals a quick overview
Ahsanul Karim6.9K views
Shape 2013 developing multi targeting windows store and windows phone apps by Jose Luis Latorre Millas
Shape 2013   developing multi targeting windows store and windows phone appsShape 2013   developing multi targeting windows store and windows phone apps
Shape 2013 developing multi targeting windows store and windows phone apps
Android overview by Has Taiar
Android overviewAndroid overview
Android overview
Has Taiar672 views

More from Gene Leybzon

Chat GPTs by
Chat GPTsChat GPTs
Chat GPTsGene Leybzon
13 views36 slides
Generative AI Use cases for Enterprise - Second Session by
Generative AI Use cases for Enterprise - Second SessionGenerative AI Use cases for Enterprise - Second Session
Generative AI Use cases for Enterprise - Second SessionGene Leybzon
220 views29 slides
Generative AI Use-cases for Enterprise - First Session by
Generative AI Use-cases for Enterprise - First SessionGenerative AI Use-cases for Enterprise - First Session
Generative AI Use-cases for Enterprise - First SessionGene Leybzon
184 views17 slides
Non-fungible tokens (nfts) by
Non-fungible tokens (nfts)Non-fungible tokens (nfts)
Non-fungible tokens (nfts)Gene Leybzon
382 views47 slides
Introduction to Solidity and Smart Contract Development (9).pptx by
Introduction to Solidity and Smart Contract Development (9).pptxIntroduction to Solidity and Smart Contract Development (9).pptx
Introduction to Solidity and Smart Contract Development (9).pptxGene Leybzon
129 views26 slides
Ethereum in Enterprise.pptx by
Ethereum in Enterprise.pptxEthereum in Enterprise.pptx
Ethereum in Enterprise.pptxGene Leybzon
103 views23 slides

More from Gene Leybzon(20)

Generative AI Use cases for Enterprise - Second Session by Gene Leybzon
Generative AI Use cases for Enterprise - Second SessionGenerative AI Use cases for Enterprise - Second Session
Generative AI Use cases for Enterprise - Second Session
Gene Leybzon220 views
Generative AI Use-cases for Enterprise - First Session by Gene Leybzon
Generative AI Use-cases for Enterprise - First SessionGenerative AI Use-cases for Enterprise - First Session
Generative AI Use-cases for Enterprise - First Session
Gene Leybzon184 views
Non-fungible tokens (nfts) by Gene Leybzon
Non-fungible tokens (nfts)Non-fungible tokens (nfts)
Non-fungible tokens (nfts)
Gene Leybzon382 views
Introduction to Solidity and Smart Contract Development (9).pptx by Gene Leybzon
Introduction to Solidity and Smart Contract Development (9).pptxIntroduction to Solidity and Smart Contract Development (9).pptx
Introduction to Solidity and Smart Contract Development (9).pptx
Gene Leybzon129 views
Ethereum in Enterprise.pptx by Gene Leybzon
Ethereum in Enterprise.pptxEthereum in Enterprise.pptx
Ethereum in Enterprise.pptx
Gene Leybzon103 views
ERC-4907 Rentable NFT Standard.pptx by Gene Leybzon
ERC-4907 Rentable NFT Standard.pptxERC-4907 Rentable NFT Standard.pptx
ERC-4907 Rentable NFT Standard.pptx
Gene Leybzon138 views
Onchain Decentralized Governance 2.pptx by Gene Leybzon
Onchain Decentralized Governance 2.pptxOnchain Decentralized Governance 2.pptx
Onchain Decentralized Governance 2.pptx
Gene Leybzon112 views
Onchain Decentralized Governance.pptx by Gene Leybzon
Onchain Decentralized Governance.pptxOnchain Decentralized Governance.pptx
Onchain Decentralized Governance.pptx
Gene Leybzon255 views
Web3 File Storage Options by Gene Leybzon
Web3 File Storage OptionsWeb3 File Storage Options
Web3 File Storage Options
Gene Leybzon373 views
Web3 Full Stack Development by Gene Leybzon
Web3 Full Stack DevelopmentWeb3 Full Stack Development
Web3 Full Stack Development
Gene Leybzon301 views
Instantly tradeable NFT contracts based on ERC-1155 standard by Gene Leybzon
Instantly tradeable NFT contracts based on ERC-1155 standardInstantly tradeable NFT contracts based on ERC-1155 standard
Instantly tradeable NFT contracts based on ERC-1155 standard
Gene Leybzon479 views
Non-fungible tokens. From smart contract code to marketplace by Gene Leybzon
Non-fungible tokens. From smart contract code to marketplaceNon-fungible tokens. From smart contract code to marketplace
Non-fungible tokens. From smart contract code to marketplace
Gene Leybzon325 views
The Art of non-fungible tokens by Gene Leybzon
The Art of non-fungible tokensThe Art of non-fungible tokens
The Art of non-fungible tokens
Gene Leybzon310 views
Graph protocol for accessing information about blockchains and d apps by Gene Leybzon
Graph protocol for accessing information about blockchains and d appsGraph protocol for accessing information about blockchains and d apps
Graph protocol for accessing information about blockchains and d apps
Gene Leybzon207 views
OpenZeppelin + Remix + BNB smart chain by Gene Leybzon
OpenZeppelin + Remix + BNB smart chainOpenZeppelin + Remix + BNB smart chain
OpenZeppelin + Remix + BNB smart chain
Gene Leybzon254 views
Chainlink, Cosmos, Kusama, Polkadot: Approaches to the Internet of Blockchains by Gene Leybzon
Chainlink, Cosmos, Kusama, Polkadot:   Approaches to the Internet of BlockchainsChainlink, Cosmos, Kusama, Polkadot:   Approaches to the Internet of Blockchains
Chainlink, Cosmos, Kusama, Polkadot: Approaches to the Internet of Blockchains
Gene Leybzon144 views

Recently uploaded

Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha... by
Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha...Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha...
Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha...ShapeBlue
183 views18 slides
Don’t Make A Human Do A Robot’s Job! : 6 Reasons Why AI Will Save Us & Not De... by
Don’t Make A Human Do A Robot’s Job! : 6 Reasons Why AI Will Save Us & Not De...Don’t Make A Human Do A Robot’s Job! : 6 Reasons Why AI Will Save Us & Not De...
Don’t Make A Human Do A Robot’s Job! : 6 Reasons Why AI Will Save Us & Not De...Moses Kemibaro
35 views38 slides
Elevating Privacy and Security in CloudStack - Boris Stoyanov - ShapeBlue by
Elevating Privacy and Security in CloudStack - Boris Stoyanov - ShapeBlueElevating Privacy and Security in CloudStack - Boris Stoyanov - ShapeBlue
Elevating Privacy and Security in CloudStack - Boris Stoyanov - ShapeBlueShapeBlue
224 views7 slides
Import Export Virtual Machine for KVM Hypervisor - Ayush Pandey - University ... by
Import Export Virtual Machine for KVM Hypervisor - Ayush Pandey - University ...Import Export Virtual Machine for KVM Hypervisor - Ayush Pandey - University ...
Import Export Virtual Machine for KVM Hypervisor - Ayush Pandey - University ...ShapeBlue
120 views17 slides
Cencora Executive Symposium by
Cencora Executive SymposiumCencora Executive Symposium
Cencora Executive Symposiummarketingcommunicati21
160 views14 slides
Ransomware is Knocking your Door_Final.pdf by
Ransomware is Knocking your Door_Final.pdfRansomware is Knocking your Door_Final.pdf
Ransomware is Knocking your Door_Final.pdfSecurity Bootcamp
98 views46 slides

Recently uploaded(20)

Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha... by ShapeBlue
Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha...Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha...
Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha...
ShapeBlue183 views
Don’t Make A Human Do A Robot’s Job! : 6 Reasons Why AI Will Save Us & Not De... by Moses Kemibaro
Don’t Make A Human Do A Robot’s Job! : 6 Reasons Why AI Will Save Us & Not De...Don’t Make A Human Do A Robot’s Job! : 6 Reasons Why AI Will Save Us & Not De...
Don’t Make A Human Do A Robot’s Job! : 6 Reasons Why AI Will Save Us & Not De...
Moses Kemibaro35 views
Elevating Privacy and Security in CloudStack - Boris Stoyanov - ShapeBlue by ShapeBlue
Elevating Privacy and Security in CloudStack - Boris Stoyanov - ShapeBlueElevating Privacy and Security in CloudStack - Boris Stoyanov - ShapeBlue
Elevating Privacy and Security in CloudStack - Boris Stoyanov - ShapeBlue
ShapeBlue224 views
Import Export Virtual Machine for KVM Hypervisor - Ayush Pandey - University ... by ShapeBlue
Import Export Virtual Machine for KVM Hypervisor - Ayush Pandey - University ...Import Export Virtual Machine for KVM Hypervisor - Ayush Pandey - University ...
Import Export Virtual Machine for KVM Hypervisor - Ayush Pandey - University ...
ShapeBlue120 views
Enabling DPU Hardware Accelerators in XCP-ng Cloud Platform Environment - And... by ShapeBlue
Enabling DPU Hardware Accelerators in XCP-ng Cloud Platform Environment - And...Enabling DPU Hardware Accelerators in XCP-ng Cloud Platform Environment - And...
Enabling DPU Hardware Accelerators in XCP-ng Cloud Platform Environment - And...
ShapeBlue108 views
"Node.js Development in 2024: trends and tools", Nikita Galkin by Fwdays
"Node.js Development in 2024: trends and tools", Nikita Galkin "Node.js Development in 2024: trends and tools", Nikita Galkin
"Node.js Development in 2024: trends and tools", Nikita Galkin
Fwdays33 views
The Power of Heat Decarbonisation Plans in the Built Environment by IES VE
The Power of Heat Decarbonisation Plans in the Built EnvironmentThe Power of Heat Decarbonisation Plans in the Built Environment
The Power of Heat Decarbonisation Plans in the Built Environment
IES VE84 views
Future of AR - Facebook Presentation by Rob McCarty
Future of AR - Facebook PresentationFuture of AR - Facebook Presentation
Future of AR - Facebook Presentation
Rob McCarty65 views
Business Analyst Series 2023 - Week 4 Session 8 by DianaGray10
Business Analyst Series 2023 -  Week 4 Session 8Business Analyst Series 2023 -  Week 4 Session 8
Business Analyst Series 2023 - Week 4 Session 8
DianaGray10145 views
CloudStack Object Storage - An Introduction - Vladimir Petrov - ShapeBlue by ShapeBlue
CloudStack Object Storage - An Introduction - Vladimir Petrov - ShapeBlueCloudStack Object Storage - An Introduction - Vladimir Petrov - ShapeBlue
CloudStack Object Storage - An Introduction - Vladimir Petrov - ShapeBlue
ShapeBlue139 views
Webinar : Desperately Seeking Transformation - Part 2: Insights from leading... by The Digital Insurer
Webinar : Desperately Seeking Transformation - Part 2:  Insights from leading...Webinar : Desperately Seeking Transformation - Part 2:  Insights from leading...
Webinar : Desperately Seeking Transformation - Part 2: Insights from leading...
How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ... by ShapeBlue
How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ...How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ...
How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ...
ShapeBlue171 views
Setting Up Your First CloudStack Environment with Beginners Challenges - MD R... by ShapeBlue
Setting Up Your First CloudStack Environment with Beginners Challenges - MD R...Setting Up Your First CloudStack Environment with Beginners Challenges - MD R...
Setting Up Your First CloudStack Environment with Beginners Challenges - MD R...
ShapeBlue178 views
Initiating and Advancing Your Strategic GIS Governance Strategy by Safe Software
Initiating and Advancing Your Strategic GIS Governance StrategyInitiating and Advancing Your Strategic GIS Governance Strategy
Initiating and Advancing Your Strategic GIS Governance Strategy
Safe Software184 views
The Role of Patterns in the Era of Large Language Models by Yunyao Li
The Role of Patterns in the Era of Large Language ModelsThe Role of Patterns in the Era of Large Language Models
The Role of Patterns in the Era of Large Language Models
Yunyao Li91 views
NTGapps NTG LowCode Platform by Mustafa Kuğu
NTGapps NTG LowCode Platform NTGapps NTG LowCode Platform
NTGapps NTG LowCode Platform
Mustafa Kuğu437 views

Gene Presentation For Android