SlideShare a Scribd company logo
ANDROID DEVELOPMENT
Paulo Hecht
AGENDA
 Android
 Android SDK
 Android ADT
 Android Studio
 Android NDK
 Emuladores
 Publishing
 Core Concepts of SDK API
 Activity
 Intent
 Context
 Resources
 Architecture Patterns
 Agile Development
 Test Driven Development
 HTML5
 Games?
2
ANDROID
 Open-Source
 Linux Based
 Android Inc. aquired by Google in 2005
 First device released with Android in 2008
 Samsung, Motorola, HTC, LG, etc.
 Mobile Phones, Tablets, Tvs, Ouya
 3034 different devices.
3
MARKET SHARE
4
ANDROID SDK
 SDK Manager
 QEMU Emulator
 AVD Manager
 ADB
 Fastboot
 Any IDE
May use Apache Ant
5
ANDROID ADT
 Eclipse Plugin / Bundle
6
ANDROID STUDIO
 IntelliJ Idea Community
 Refactoring, Fixes, Multiple Config Preview
7
ANDROID NDK
 Native Code using C/C++
 Java Native Interface (JNI)
 Android 2.2 Dalvik has a just-in-time compiler
 CPU Intensive applications
 I mean really INTENSIVE…
 Reuse C/C++ code
 Did I mention how INTENSIVE it must be?
8
EMULADORES
 QEMU
 Virtual Box
 VMware
9
PUBLISHING
10
CORE CONCEPTS
 Activity Lifecycle
 The OS is who decides
if your activity will
be closed or not.
11
CORE CONCEPTS
 Activity
 Single focused thing the user is doing.
 It’s generally a whole window.
 A canvas where you layout the app.
 Now, there are Activity Groups.
 Design for Micro-tasks in mobiles.
12
CORE CONCEPTS
 Context
 Application Environment
 Language
 Resolution/Density
 Orientation
 Resources
 Strings, Images, Layouts, Colors
 All have specific context
13
CORE CONCEPTS
 Intent
 Denotes the intention to open another activity.
 Stack another activity in your app.
 Opens a registered Intent:
 Share Something
 Capture a Picture
 Get a Bar/QR Code
 Send a Text
14
CORE CONCEPTS
 Intent Examples:
 Launch Camera:
Intent cameraIntent = new Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE);
startActivityForResult(cameraIntent, CAMERA_PIC_REQUEST);
 Launch Share:
Intent sharingIntent = new Intent(android.content.Intent.ACTION_SEND);
sharingIntent.setType("text/plain");
sharingIntent.putExtra(android.content.Intent.EXTRA_SUBJECT, "Subject Here");
sharingIntent.putExtra(android.content.Intent.EXTRA_TEXT, "Text Here");
startActivity(Intent.createChooser(sharingIntent, "Share via"));
 Launch Other Activity:
Intent openActivityIntent = new Intent(getApplicationContext(), NextScreen.class);
startActivity(openActivityIntent);
15
ARCHITECTURE PATTERNS
 MVC (Model-View-Controller)
 Views are activities
 Controllers are handlers
 Models are domain
objects
16
Model
View Controller
show
user input
ARCHITECTURE PATTERNS
 MVP (Model-View-Presenter)
 Views are activities.
 Presenters retrieve data,
format, display and receive
events.
 Models are strictly
domain objects.
17
Presenter
View
Model
AGILE DEVELOPMENT
18
TTD
19
 QUALITY Focus
 Continuous Deployement
 Android testing framework
 Roboelectric
 DDD and BDD
HTML5
20
 UIView Wrapper (PhoneGape, Titanium)
 Access to sensors
 Some mobile look-and-feel frameworks:
Jquery Mobile Sencha Touch
GAMES?
21
 AndEngine
 Cocos2D
 Corona SDK
 NME Haxe
 Unity3D
 Unreal

More Related Content

What's hot

Android N
Android NAndroid N
Android N
techugo
 
Google IO Mobility Review 2014
Google IO Mobility Review 2014Google IO Mobility Review 2014
Google IO Mobility Review 2014
Manesh Lad
 
Anveshan android
Anveshan androidAnveshan android
Anveshan android
onkar_bhosle
 
Breaking Glass: Glass development without Glass
Breaking Glass: Glass development without GlassBreaking Glass: Glass development without Glass
Breaking Glass: Glass development without Glass
Ostap Andrusiv
 
sikuli final
sikuli finalsikuli final
sikuli final
Mangesh Bhapkar
 
What's new in Android Lollipop
What's new in Android LollipopWhat's new in Android Lollipop
What's new in Android Lollipop
Abdellah SELASSI
 
Sikuli
SikuliSikuli
Android Nougat- Sweet Treat for Users
Android Nougat- Sweet Treat for UsersAndroid Nougat- Sweet Treat for Users
Android Nougat- Sweet Treat for Users
techugo
 
Ignite Talk: Want to Know How to Control a Cloud-Based App from Your Wrist?
Ignite Talk: Want to Know How to Control a Cloud-Based App from Your Wrist?Ignite Talk: Want to Know How to Control a Cloud-Based App from Your Wrist?
Ignite Talk: Want to Know How to Control a Cloud-Based App from Your Wrist?
VMware Tanzu
 
Sikuli
SikuliSikuli
Augmented Reality Development Tools
Augmented Reality Development ToolsAugmented Reality Development Tools
Augmented Reality Development Tools
Tharindu Kumara
 
Android chapter02-setup2-emulator
Android chapter02-setup2-emulatorAndroid chapter02-setup2-emulator
Android chapter02-setup2-emulator
guru472
 
Sdk technology
Sdk technologySdk technology
Sdk technology
Danielle Gatsos
 
Material design Android L
Material design Android LMaterial design Android L
Material design Android L
uzair khan
 
Andriod nougat 7.0 by gunjan jain
Andriod nougat 7.0 by gunjan jainAndriod nougat 7.0 by gunjan jain
Andriod nougat 7.0 by gunjan jain
Red Innovators
 
Exploring the internal state of user interfaces using sikuli
Exploring the internal state of user interfaces using sikuliExploring the internal state of user interfaces using sikuli
Exploring the internal state of user interfaces using sikuli
Germiya K Jose
 
Unity XR platform has a new architecture – Unite Copenhagen 2019
Unity XR platform has a new architecture – Unite Copenhagen 2019Unity XR platform has a new architecture – Unite Copenhagen 2019
Unity XR platform has a new architecture – Unite Copenhagen 2019
Unity Technologies
 
Sikuli script
Sikuli scriptSikuli script
Sikuli script
Snehal Patel
 
Augmented Reality Application Tutorial for Education 1
Augmented  Reality Application Tutorial for Education 1Augmented  Reality Application Tutorial for Education 1
Augmented Reality Application Tutorial for Education 1
Isidro Navarro
 

What's hot (19)

Android N
Android NAndroid N
Android N
 
Google IO Mobility Review 2014
Google IO Mobility Review 2014Google IO Mobility Review 2014
Google IO Mobility Review 2014
 
Anveshan android
Anveshan androidAnveshan android
Anveshan android
 
Breaking Glass: Glass development without Glass
Breaking Glass: Glass development without GlassBreaking Glass: Glass development without Glass
Breaking Glass: Glass development without Glass
 
sikuli final
sikuli finalsikuli final
sikuli final
 
What's new in Android Lollipop
What's new in Android LollipopWhat's new in Android Lollipop
What's new in Android Lollipop
 
Sikuli
SikuliSikuli
Sikuli
 
Android Nougat- Sweet Treat for Users
Android Nougat- Sweet Treat for UsersAndroid Nougat- Sweet Treat for Users
Android Nougat- Sweet Treat for Users
 
Ignite Talk: Want to Know How to Control a Cloud-Based App from Your Wrist?
Ignite Talk: Want to Know How to Control a Cloud-Based App from Your Wrist?Ignite Talk: Want to Know How to Control a Cloud-Based App from Your Wrist?
Ignite Talk: Want to Know How to Control a Cloud-Based App from Your Wrist?
 
Sikuli
SikuliSikuli
Sikuli
 
Augmented Reality Development Tools
Augmented Reality Development ToolsAugmented Reality Development Tools
Augmented Reality Development Tools
 
Android chapter02-setup2-emulator
Android chapter02-setup2-emulatorAndroid chapter02-setup2-emulator
Android chapter02-setup2-emulator
 
Sdk technology
Sdk technologySdk technology
Sdk technology
 
Material design Android L
Material design Android LMaterial design Android L
Material design Android L
 
Andriod nougat 7.0 by gunjan jain
Andriod nougat 7.0 by gunjan jainAndriod nougat 7.0 by gunjan jain
Andriod nougat 7.0 by gunjan jain
 
Exploring the internal state of user interfaces using sikuli
Exploring the internal state of user interfaces using sikuliExploring the internal state of user interfaces using sikuli
Exploring the internal state of user interfaces using sikuli
 
Unity XR platform has a new architecture – Unite Copenhagen 2019
Unity XR platform has a new architecture – Unite Copenhagen 2019Unity XR platform has a new architecture – Unite Copenhagen 2019
Unity XR platform has a new architecture – Unite Copenhagen 2019
 
Sikuli script
Sikuli scriptSikuli script
Sikuli script
 
Augmented Reality Application Tutorial for Education 1
Augmented  Reality Application Tutorial for Education 1Augmented  Reality Application Tutorial for Education 1
Augmented Reality Application Tutorial for Education 1
 

Viewers also liked

Google I/O 2014 Recap
Google I/O 2014 Recap Google I/O 2014 Recap
Google I/O 2014 Recap
Trey Robinson
 
Learn android app_development(1)_intro
Learn android app_development(1)_introLearn android app_development(1)_intro
Learn android app_development(1)_intro
Adel Jaffan
 
Learn Android app development in easy steps
Learn Android app development in easy stepsLearn Android app development in easy steps
Learn Android app development in easy steps
Mobile Pundits
 
7-Segment Display
7-Segment Display7-Segment Display
7-Segment Display
May Ann Mas
 
03 time division-multiplexing
03 time division-multiplexing03 time division-multiplexing
03 time division-multiplexing
Rafeek Mohamed
 
Amplitude Modulation ppt
Amplitude Modulation pptAmplitude Modulation ppt
Amplitude Modulation ppt
Priyanka Mathur
 
Home automation using android mobiles
Home automation using android mobilesHome automation using android mobiles
Home automation using android mobiles
Durairaja
 

Viewers also liked (7)

Google I/O 2014 Recap
Google I/O 2014 Recap Google I/O 2014 Recap
Google I/O 2014 Recap
 
Learn android app_development(1)_intro
Learn android app_development(1)_introLearn android app_development(1)_intro
Learn android app_development(1)_intro
 
Learn Android app development in easy steps
Learn Android app development in easy stepsLearn Android app development in easy steps
Learn Android app development in easy steps
 
7-Segment Display
7-Segment Display7-Segment Display
7-Segment Display
 
03 time division-multiplexing
03 time division-multiplexing03 time division-multiplexing
03 time division-multiplexing
 
Amplitude Modulation ppt
Amplitude Modulation pptAmplitude Modulation ppt
Amplitude Modulation ppt
 
Home automation using android mobiles
Home automation using android mobilesHome automation using android mobiles
Home automation using android mobiles
 

Similar to Android Development

Getting started with android dev and test perspective
Getting started with android   dev and test perspectiveGetting started with android   dev and test perspective
Getting started with android dev and test perspective
Gunjan Kumar
 
Android developer interview questions with answers pdf
Android developer interview questions with answers pdfAndroid developer interview questions with answers pdf
Android developer interview questions with answers pdf
azlist247
 
Introduction to Android Development
Introduction to Android DevelopmentIntroduction to Android Development
Introduction to Android Development
Prof. Erwin Globio
 
Os eclipse-androidwidget-pdf
Os eclipse-androidwidget-pdfOs eclipse-androidwidget-pdf
Os eclipse-androidwidget-pdf
weerabahu
 
androidPramming.ppt
androidPramming.pptandroidPramming.ppt
androidPramming.ppt
BijayKc16
 
Android overview
Android overviewAndroid overview
All about android
All about androidAll about android
All about android
Inimitable Harish
 
Android the future
Android  the futureAndroid  the future
Android the future
Sanjeev Kumar Jaiswal
 
Android Intro
Android IntroAndroid Intro
Android Intro
Justin Grammens
 
Android tutorial1
Android tutorial1Android tutorial1
Android tutorial1
Милош Божовић
 
Android Application Development
Android Application DevelopmentAndroid Application Development
Android Application Development
onkar_bhosle
 
Module-I_Introduction-to-Android.pptx
Module-I_Introduction-to-Android.pptxModule-I_Introduction-to-Android.pptx
Module-I_Introduction-to-Android.pptx
lancelotlaytan1996
 
Introduction to android
Introduction to androidIntroduction to android
Introduction to android
zeelpatel0504
 
Day: 2 Environment Setup for Android Application Development
Day: 2 Environment Setup for Android Application DevelopmentDay: 2 Environment Setup for Android Application Development
Day: 2 Environment Setup for Android Application Development
Ahsanul Karim
 
Android
AndroidAndroid
Android
BVP GTUG
 
Getting started with android studio
Getting started with android studioGetting started with android studio
Getting started with android studio
Reham Maher El-Safarini
 
Ganar el desafio android
Ganar el desafio androidGanar el desafio android
Ganar el desafio android
Joaquín Salvachúa
 
TK2323 Lecture 1 - Introduction to Mobile Application.pdf
TK2323 Lecture 1 - Introduction to Mobile Application.pdfTK2323 Lecture 1 - Introduction to Mobile Application.pdf
TK2323 Lecture 1 - Introduction to Mobile Application.pdf
Lam Chun
 
Questions About Android Application Development
Questions About Android Application DevelopmentQuestions About Android Application Development
Questions About Android Application Development
Adeel Rasheed
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
IJERD Editor
 

Similar to Android Development (20)

Getting started with android dev and test perspective
Getting started with android   dev and test perspectiveGetting started with android   dev and test perspective
Getting started with android dev and test perspective
 
Android developer interview questions with answers pdf
Android developer interview questions with answers pdfAndroid developer interview questions with answers pdf
Android developer interview questions with answers pdf
 
Introduction to Android Development
Introduction to Android DevelopmentIntroduction to Android Development
Introduction to Android Development
 
Os eclipse-androidwidget-pdf
Os eclipse-androidwidget-pdfOs eclipse-androidwidget-pdf
Os eclipse-androidwidget-pdf
 
androidPramming.ppt
androidPramming.pptandroidPramming.ppt
androidPramming.ppt
 
Android overview
Android overviewAndroid overview
Android overview
 
All about android
All about androidAll about android
All about android
 
Android the future
Android  the futureAndroid  the future
Android the future
 
Android Intro
Android IntroAndroid Intro
Android Intro
 
Android tutorial1
Android tutorial1Android tutorial1
Android tutorial1
 
Android Application Development
Android Application DevelopmentAndroid Application Development
Android Application Development
 
Module-I_Introduction-to-Android.pptx
Module-I_Introduction-to-Android.pptxModule-I_Introduction-to-Android.pptx
Module-I_Introduction-to-Android.pptx
 
Introduction to android
Introduction to androidIntroduction to android
Introduction to android
 
Day: 2 Environment Setup for Android Application Development
Day: 2 Environment Setup for Android Application DevelopmentDay: 2 Environment Setup for Android Application Development
Day: 2 Environment Setup for Android Application Development
 
Android
AndroidAndroid
Android
 
Getting started with android studio
Getting started with android studioGetting started with android studio
Getting started with android studio
 
Ganar el desafio android
Ganar el desafio androidGanar el desafio android
Ganar el desafio android
 
TK2323 Lecture 1 - Introduction to Mobile Application.pdf
TK2323 Lecture 1 - Introduction to Mobile Application.pdfTK2323 Lecture 1 - Introduction to Mobile Application.pdf
TK2323 Lecture 1 - Introduction to Mobile Application.pdf
 
Questions About Android Application Development
Questions About Android Application DevelopmentQuestions About Android Application Development
Questions About Android Application Development
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 

Recently uploaded

AWS Cloud Cost Optimization Presentation.pptx
AWS Cloud Cost Optimization Presentation.pptxAWS Cloud Cost Optimization Presentation.pptx
AWS Cloud Cost Optimization Presentation.pptx
HarisZaheer8
 
Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |
AstuteBusiness
 
Trusted Execution Environment for Decentralized Process Mining
Trusted Execution Environment for Decentralized Process MiningTrusted Execution Environment for Decentralized Process Mining
Trusted Execution Environment for Decentralized Process Mining
LucaBarbaro3
 
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
Edge AI and Vision Alliance
 
SAP S/4 HANA sourcing and procurement to Public cloud
SAP S/4 HANA sourcing and procurement to Public cloudSAP S/4 HANA sourcing and procurement to Public cloud
SAP S/4 HANA sourcing and procurement to Public cloud
maazsz111
 
Building Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and MilvusBuilding Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and Milvus
Zilliz
 
Azure API Management to expose backend services securely
Azure API Management to expose backend services securelyAzure API Management to expose backend services securely
Azure API Management to expose backend services securely
Dinusha Kumarasiri
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
shyamraj55
 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
Ivanti
 
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
saastr
 
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing InstancesEnergy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Alpen-Adria-Universität
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
Jason Packer
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
tolgahangng
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
Chart Kalyan
 
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
Alex Pruden
 
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their MainframeDigital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Precisely
 
FREE A4 Cyber Security Awareness Posters-Social Engineering part 3
FREE A4 Cyber Security Awareness  Posters-Social Engineering part 3FREE A4 Cyber Security Awareness  Posters-Social Engineering part 3
FREE A4 Cyber Security Awareness Posters-Social Engineering part 3
Data Hops
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
Jakub Marek
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
innovationoecd
 
Dandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity serverDandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity server
Antonios Katsarakis
 

Recently uploaded (20)

AWS Cloud Cost Optimization Presentation.pptx
AWS Cloud Cost Optimization Presentation.pptxAWS Cloud Cost Optimization Presentation.pptx
AWS Cloud Cost Optimization Presentation.pptx
 
Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |
 
Trusted Execution Environment for Decentralized Process Mining
Trusted Execution Environment for Decentralized Process MiningTrusted Execution Environment for Decentralized Process Mining
Trusted Execution Environment for Decentralized Process Mining
 
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
 
SAP S/4 HANA sourcing and procurement to Public cloud
SAP S/4 HANA sourcing and procurement to Public cloudSAP S/4 HANA sourcing and procurement to Public cloud
SAP S/4 HANA sourcing and procurement to Public cloud
 
Building Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and MilvusBuilding Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and Milvus
 
Azure API Management to expose backend services securely
Azure API Management to expose backend services securelyAzure API Management to expose backend services securely
Azure API Management to expose backend services securely
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
 
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
 
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing InstancesEnergy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
 
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
 
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their MainframeDigital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
 
FREE A4 Cyber Security Awareness Posters-Social Engineering part 3
FREE A4 Cyber Security Awareness  Posters-Social Engineering part 3FREE A4 Cyber Security Awareness  Posters-Social Engineering part 3
FREE A4 Cyber Security Awareness Posters-Social Engineering part 3
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
 
Dandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity serverDandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity server
 

Android Development

  • 2. AGENDA  Android  Android SDK  Android ADT  Android Studio  Android NDK  Emuladores  Publishing  Core Concepts of SDK API  Activity  Intent  Context  Resources  Architecture Patterns  Agile Development  Test Driven Development  HTML5  Games? 2
  • 3. ANDROID  Open-Source  Linux Based  Android Inc. aquired by Google in 2005  First device released with Android in 2008  Samsung, Motorola, HTC, LG, etc.  Mobile Phones, Tablets, Tvs, Ouya  3034 different devices. 3
  • 5. ANDROID SDK  SDK Manager  QEMU Emulator  AVD Manager  ADB  Fastboot  Any IDE May use Apache Ant 5
  • 6. ANDROID ADT  Eclipse Plugin / Bundle 6
  • 7. ANDROID STUDIO  IntelliJ Idea Community  Refactoring, Fixes, Multiple Config Preview 7
  • 8. ANDROID NDK  Native Code using C/C++  Java Native Interface (JNI)  Android 2.2 Dalvik has a just-in-time compiler  CPU Intensive applications  I mean really INTENSIVE…  Reuse C/C++ code  Did I mention how INTENSIVE it must be? 8
  • 11. CORE CONCEPTS  Activity Lifecycle  The OS is who decides if your activity will be closed or not. 11
  • 12. CORE CONCEPTS  Activity  Single focused thing the user is doing.  It’s generally a whole window.  A canvas where you layout the app.  Now, there are Activity Groups.  Design for Micro-tasks in mobiles. 12
  • 13. CORE CONCEPTS  Context  Application Environment  Language  Resolution/Density  Orientation  Resources  Strings, Images, Layouts, Colors  All have specific context 13
  • 14. CORE CONCEPTS  Intent  Denotes the intention to open another activity.  Stack another activity in your app.  Opens a registered Intent:  Share Something  Capture a Picture  Get a Bar/QR Code  Send a Text 14
  • 15. CORE CONCEPTS  Intent Examples:  Launch Camera: Intent cameraIntent = new Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE); startActivityForResult(cameraIntent, CAMERA_PIC_REQUEST);  Launch Share: Intent sharingIntent = new Intent(android.content.Intent.ACTION_SEND); sharingIntent.setType("text/plain"); sharingIntent.putExtra(android.content.Intent.EXTRA_SUBJECT, "Subject Here"); sharingIntent.putExtra(android.content.Intent.EXTRA_TEXT, "Text Here"); startActivity(Intent.createChooser(sharingIntent, "Share via"));  Launch Other Activity: Intent openActivityIntent = new Intent(getApplicationContext(), NextScreen.class); startActivity(openActivityIntent); 15
  • 16. ARCHITECTURE PATTERNS  MVC (Model-View-Controller)  Views are activities  Controllers are handlers  Models are domain objects 16 Model View Controller show user input
  • 17. ARCHITECTURE PATTERNS  MVP (Model-View-Presenter)  Views are activities.  Presenters retrieve data, format, display and receive events.  Models are strictly domain objects. 17 Presenter View Model
  • 19. TTD 19  QUALITY Focus  Continuous Deployement  Android testing framework  Roboelectric  DDD and BDD
  • 20. HTML5 20  UIView Wrapper (PhoneGape, Titanium)  Access to sensors  Some mobile look-and-feel frameworks: Jquery Mobile Sencha Touch
  • 21. GAMES? 21  AndEngine  Cocos2D  Corona SDK  NME Haxe  Unity3D  Unreal