SlideShare ist ein Scribd-Unternehmen logo
1 von 47
Android
Google
5:13
ANDROID
Google
5:13
AndroidMobile Setup Eclipse IDE Design Development Publish
Google
5:13
Mobile OS
Google
5:13
Google
5:13
Mobile Devices: Advantages
• Always with the user
• Typically have Internet access
• Typically GPS enabled
• Typically have accelerometer & compass
• Most have cameras & microphones
• Many apps are free or low-cost
Google
5:13
Mobile Devices: Disadvantages
• Limited screen size
• Limited battery life
• Limited processor speed
• Limited or awkward input: soft keyboard, phone
keypad, touch screen, or stylus
• Limited web browser functionality
• Range of platforms & configurations across devices
Galaxy Note 3
Galaxy Tablet
Android-Powered Microwave
http://www.pocket-lint.com/news/30712/android-powered-microwave-cooking-google
Android-Powered Watch
Android-Powered Camera
Android-Powered TV
Android-Powered Car Radio
Android-Powered Washing Machine
Introduction
History
Libraries
Framework
Applications
Architecture
OHA
Versions
Linux kernel
Introduction
Google
5:13
 Android is a software stack for mobile devices that
includes an operating system, middleware and key
applications.
 Open source OS
 Apps typically written in Java.
 Users to browse and download apps published by third
party developer.
 Android has several famous apps like voice action, sky
map, place directory, GPS, etc.,
Introduction
History
Libraries
Framework
Applications
Architecture
OHA
Versions
Linux kernel
Market Share
Google
5:13
Introduction
History
Libraries
Framework
Applications
Architecture
OHA
Versions
Linux kernel
History
Google
5:13
 Android Inc.founded in Palo Alto,california ,united states
in October 2003 by
 Andy Rubin[co-founder of danger ],
 Rich miner[co-founder of wildfire communication Inc.],
 Nick sears[once VP at T-mobile],and
 Chris white[headed design and interface development at
web TV] to develop.
Introduction
History
Libraries
Framework
Applications
Architecture
OHA
Versions
Linux kernel
Versions
Google
5:13
Honeycomb
Android 3.0-3.2
Ice cream
Sandwich
Android 4.0+
Lollipop
Android 5.0
Jelly Bean
Android 4.1.1
Introduction
History
Libraries
Framework
Applications
Architecture
OHA
Versions
Linux kernel
Brief History
Google
5:13
2009
• SDK 1.5 (Cupcake)
New soft keyboard with “autocomplete”
feature
• SDK 1.6 (Donut)
Support Wide VGA
• SDK 2.0/2.0.1/2.1 (Eclair)
Revamped UI, browser
2010
Nexus One released to the public
• SDK 2.2 (Froyo)
Flash support, tethering
• SDK 2.3 (Gingerbread)
UI update, system-wide copy-paste
Introduction
History
Libraries
Framework
Applications
Architecture
OHA
Versions
Linux kernel
Brief History Cont.
Google
5:13
2011
• SDK 3.x (Honeycomb)
Optimized for tablet support
• SDK 4.0 (Ice Cream Sandwich)
Virtual UI buttons
2012
• SDK 4.1 (Jelly Bean)
Triple buffered graphics pipeline
2013
• SDK 4.4(Kitkat)
Optimizations for performance on devices with
lower specifications
Introduction
History
Libraries
Framework
Applications
Architecture
OHA
Versions
Linux kernel
Brief History Cont.
Google
5:13
2014
SDK 5.x
(Lollipop)
Support
for 64 bit
CPUs.
Introduction
History
Libraries
Framework
Applications
Architecture
OHA
Versions
Linux kernel
OHA
Google
5:13
 A business alliance consisting of 47 companies to
develop open standards for mobile devices
Introduction
History
Libraries
Framework
Applications
Architecture
OHA
Versions
Linux kernel
Architecture
Google
5:13
Introduction
History
Libraries
Framework
Applications
Architecture
OHA
Versions
Linux kernel
Applications
Google
5:13
 Set of core applications including an email client, SMS program,
calendar, maps, browser, contacts
 All applications are written using the Java programming language.
 Android provides a set of core applications:
• Email Client
• SMS Program
• Calendar
• Maps
• Browser
• Contacts
 All applications are written using the Java language.
Introduction
History
Libraries
Framework
Applications
Architecture
OHA
Versions
Linux kernel
Framework
Google
5:13
 Access location information, run background services, set alarms,
add notifications to the status bar, and much, much more.
 Build an application, including lists, grids, text boxes, buttons, and
even an embeddable web browser
 Providing access to non-code resources such as localized strings,
graphics, and layout files
 Enabling and simplifying the reuse of components
• Developers have full access to the same framework APIs
used by the core applications.
• Users are allowed to replace components.
Introduction
History
Libraries
Framework
Applications
Architecture
OHA
Versions
Linux kernel
Libraries
Google
5:13
 Including a set of C/C++ libraries used by components of the Android
system
 Exposed to developers through the Android application framework
• System C library - implementation of the C library (libc)
• Media Libraries - based on Packet Video's Open CORE
• Surface Manager - composites 2D and 3D graphic layers
• LibWebCore - a modern embeddable web view
• SGL - the underlying 2D graphics engine
• 3D libraries - based on OpenGL ES 1.0 APIs; the libraries use
hardware 3D acceleration
• FreeType - bitmap and vector font rendering
• SQLite - a powerful and lightweight relational database engine
Introduction
History
Libraries
Framework
Applications
Architecture
OHA
Versions
Linux kernel
Linux Kernel
Google
5:13
 Acts as an abstraction layer between the hardware and the rest of
the software stack.
 Relies on Linux version 2.6 for core system services such as
security, memory management, process management, network
stack, and driver model.
 Relying on Linux Kernel 2.6 for core system services
• Memory and Process Management ,Network Stack ,Driver ,
Model ,Security.
Introduction
Setup Eclipse
SDK Startup
Installation
Dialogue
ADT-Eclipse
ADT Plugin
Android SDK
Create AVD
Introduction
Google
5:13
• The Eclipse IDE requires that a Java Runtime Environment (JRE)
be installed on your machine to run. If you want to using
Android SDK manager installer Java JDK was need.
Operating
System
Version Hardware JRE Windowing System
Windows
7
x86 32-bit Sun Java 5 Update 22
IBM Java 5 SR11
Win32
Direct download
x86 64-bit
Vista
x86 32-bit
Sun Java 5 Update 22
IBM Java 5 SR11
Oracle JRockit 27.6.5
x86 64-bit
Sun Java 5 Update 22
IBM Java 5 SR11
XP
x86 32-bit
Sun Java 6 Update 17
Sun Java 5 Update 22
IBM Java 5 SR11
Oracle JRockit 27.6.5
x86 64-bit
Sun Java 5 Update 22
IBM Java 5 SR11
Google
5:13
Development process
for an Android app
Introduction
Setup Eclipse
SDK Startup
Installation
Dialogue
ADT-Eclipse
ADT Plugin
Android SDK
Create AVD
Setup Eclipse
Google
5:13
 Recommend to setup Eclipse Galileo Packages, you can plug-in the
UML2 from Eclipse help menu to add it.
 After download then decompress it into folder which you want,
but recommend to C: or D: root, like as C:eclipse
Introduction
Setup Eclipse
SDK Startup
Installation
Dialogue
ADT-Eclipse
ADT Plugin
Android SDK
Create AVD
Android SDK
Google
5:13
 If you're already using the Android SDK, you should update to the
latest tools or platform using the Android SDK and AVD Manager.
 Download Android SDK
• https://developer.android.com/sdk/installing/index.html
 If used zip file, decompress it into C: or D: root, like as:
C:android-sdk-windows or D:android-sdk-windows
Introduction
Setup Eclipse
SDK Startup
Installation
Dialogue
ADT-Eclipse
ADT Plugin
Android SDK
Create AVD
ADT Plugin
Google
5:13
 Android Development Tools (ADT) is a plugin for the Eclipse IDE
that is designed to give you a powerful, integrated environment in
which to build Android applications.
 ADT extends the capabilities of Eclipse to let you quickly set up
new Android projects, create an application UI, add components
based on the Android Framework API, debug your applications
using the Android SDK tools, and even export signed (or
unsigned) .apk files in order to distribute your application.
 Download ADT to folder under your PC, don’t decompress it.
http://developer.android.com/tools/sdk/eclipse-adt.html
ADT-Eclipse
Introduction
Setup Eclipse
SDK Startup
Installation
Dialogue
ADT Plugin
Android SDK
Create AVD
ADT-Eclipse
Google
5:13
 Recommend to created a shortcut on desktop for eclipse.
 Double click eclipse icon from setup folder.
 Click Help on Menu bar and click Install New Software…
Introduction
Setup Eclipse
SDK Startup
Installation
Dialogue
ADT-Eclipse
ADT Plugin
Android SDK
Create AVD
Dialogue
Google
5:13
 Click Add button, and type ADT at Name column then click
Archive button to choice you have downloaded ADT plugin form
your save folder.
Introduction
Setup Eclipse
SDK Startup
Installation
Dialogue
ADT-Eclipse
ADT Plugin
Android SDK
Create AVD
Installation
Google
5:13
 Click Name
icon to 
click  to 
 Then click
the
Next >
button
Introduction
Setup Eclipse
SDK Startup
Installation
Dialogue
ADT-Eclipse
ADT Plugin
Android SDK
Create AVD
SDK Startup
Google
5:13
 Click Window from Menu bar to choice Preferences
Introduction
Setup Eclipse
SDK Startup
Installation
Dialogue
ADT-Eclipse
ADT Plugin
Android SDK
Create AVD
Create AVD
Google
5:13
• Click New button
Files & Folders
GRE
R.java
Main
RES
Eclipse(Files & Folders)
Google
5:13
 SRC :- Folder contain the .java extension files that means you can
write you application code inside this file.
 GOOGLE API 4.0:- Contain the file named android.jar which
contains all class library needed for running the android
application.
Files & Folders
GRE
R.java
Main
RES
GRE
Google
5:13
 GEN:- Contains the R.java file, a
compiler-generated file that references
all the resources found in your project.
 Assets:- contains all the assets used by
your application, such as HTML, text
files, databases, etc.
Files & Folders
GRE
R.java
Main
RES
RES
Google
5:13
res :- This folder contains all the resources used in your
application.
 This is the manifest file for your Android application.
 Here you specify the permissions needed by your
application, as well as other features (such as intent-
filters, receivers, etc.).
Files & Folders
GRE
R.java
Main
RES
Main.xml
Google
5:13
 The @string in this case refers to the strings.xml file located
in the res/values folder. Hence, @string/hello refers to
the hello string defined in the strings.xml file, which is
“FirstBasicAndroid, MainActivity!”:
Files & Folders
GRE
R.java
Main
RES
R.java
Google
5:13
 R.JAVA File using eclipse automatically generate the content, you are
not suppose to modify the content of R.JAVA file
GUI
Google
5:13
 All user interface elements in an Android app are built
using View and ViewGroup objects.
 A View is an object that draws something on the screen
that the user can interact with.
 A ViewGroup is an object that holds other View (and
ViewGroup) objects in order to define the layout of the
interface.
 The user interface for each component of your app is
defined using a hierarchy of View and ViewGroup objects.
GUI
Google
5:13
This hierarchy tree can be as simple or complex as you need
it to be.
Control Type Description Related Classes
Button A push-button that can be pressed, or
clicked, by the user to perform an action.
Button
Text field An editable text field. You can use
the AutoCompleteTextViewwidget to create
a text entry widget that provides auto-
complete suggestions
EditText,AutoCompleteTextView
Checkbox An on/off switch that can be toggled by the
user. You should use checkboxes when
presenting users with a group of selectable
options that are not mutually exclusive.
CheckBox
Radio button Similar to checkboxes, except that only one
option can be selected in the group.
RadioGroup
RadioButton
Toggle button An on/off button with a light indicator. ToggleButton
Spinner A drop-down list that allows users to select
one value from a set.
Spinner
Pickers A dialog for users to select a single value for
a set by using up/down buttons or via a
swipe gesture. Use aDatePickercode>
widget to enter the values for the date
(month, day, year) or a TimePicker widget
to enter the values for a time (hour, minute,
AM/PM), which will be formatted
automatically for the user's locale.
DatePicker,TimePicker
Publish
Google
5:13
Requires Google Developer Account $25 fee
Link to a Merchant Account
Google Checkout
Link to your checking account
Google takes 30% of app purchase price
Android
Google
5:13
Thank You

Weitere ähnliche Inhalte

Was ist angesagt?

Android fundamentals and tutorial for beginners
Android fundamentals and tutorial for beginnersAndroid fundamentals and tutorial for beginners
Android fundamentals and tutorial for beginners
Boom Shukla
 
Android basic principles
Android basic principlesAndroid basic principles
Android basic principles
Henk Laracker
 
android-tutorial-for-beginner
android-tutorial-for-beginnerandroid-tutorial-for-beginner
android-tutorial-for-beginner
Ajailal Parackal
 
03 Beginning Android Application Development
03 Beginning Android Application Development03 Beginning Android Application Development
03 Beginning Android Application Development
Arief Gunawan
 

Was ist angesagt? (20)

Android fundamentals and tutorial for beginners
Android fundamentals and tutorial for beginnersAndroid fundamentals and tutorial for beginners
Android fundamentals and tutorial for beginners
 
What’s new in aNdroid [Google I/O Extended Bangkok 2016]
What’s new in aNdroid [Google I/O Extended Bangkok 2016]What’s new in aNdroid [Google I/O Extended Bangkok 2016]
What’s new in aNdroid [Google I/O Extended Bangkok 2016]
 
Android Programming made easy
Android Programming made easyAndroid Programming made easy
Android Programming made easy
 
Android Development
Android DevelopmentAndroid Development
Android Development
 
Android Programming Basics
Android Programming BasicsAndroid Programming Basics
Android Programming Basics
 
Android App Development Intro at ESC SV 2012
Android App Development Intro at ESC SV 2012Android App Development Intro at ESC SV 2012
Android App Development Intro at ESC SV 2012
 
Android basic principles
Android basic principlesAndroid basic principles
Android basic principles
 
Intro to Android Programming
Intro to Android ProgrammingIntro to Android Programming
Intro to Android Programming
 
Android overview
Android overviewAndroid overview
Android overview
 
Android Programming
Android ProgrammingAndroid Programming
Android Programming
 
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 Application Development
Android Application DevelopmentAndroid Application Development
Android Application Development
 
Android chapter02-setup2-emulator
Android chapter02-setup2-emulatorAndroid chapter02-setup2-emulator
Android chapter02-setup2-emulator
 
PPT Companion to Android
PPT Companion to AndroidPPT Companion to Android
PPT Companion to Android
 
Android Studio Overview
Android Studio OverviewAndroid Studio Overview
Android Studio Overview
 
Introduction to Android App Development
Introduction to Android App DevelopmentIntroduction to Android App Development
Introduction to Android App Development
 
android-tutorial-for-beginner
android-tutorial-for-beginnerandroid-tutorial-for-beginner
android-tutorial-for-beginner
 
Android Development Tutorial V3
Android Development Tutorial   V3Android Development Tutorial   V3
Android Development Tutorial V3
 
03 Beginning Android Application Development
03 Beginning Android Application Development03 Beginning Android Application Development
03 Beginning Android Application Development
 
Android studio
Android studioAndroid studio
Android studio
 

Andere mochten auch

Living energy issue1_09_10
Living energy issue1_09_10Living energy issue1_09_10
Living energy issue1_09_10
mugxin
 
Mekanisme pertahanan mukosa esofagus jurnal tht kl
Mekanisme pertahanan mukosa esofagus jurnal tht klMekanisme pertahanan mukosa esofagus jurnal tht kl
Mekanisme pertahanan mukosa esofagus jurnal tht kl
Intan Pb
 
1. must to know in clinical chemistry 001
1. must to know in clinical chemistry 0011. must to know in clinical chemistry 001
1. must to know in clinical chemistry 001
Nhil Abaya
 

Andere mochten auch (16)

Deber de computacion
Deber de computacionDeber de computacion
Deber de computacion
 
Top 10 Things You Didn’t Know About Bloomfire
Top 10 Things You Didn’t Know About BloomfireTop 10 Things You Didn’t Know About Bloomfire
Top 10 Things You Didn’t Know About Bloomfire
 
Living energy issue1_09_10
Living energy issue1_09_10Living energy issue1_09_10
Living energy issue1_09_10
 
City of East Peoria State of the City Presentation 2015
City of East Peoria State of the City Presentation 2015City of East Peoria State of the City Presentation 2015
City of East Peoria State of the City Presentation 2015
 
Measuring Employee Engagement In The Flow Of Work
Measuring Employee Engagement In The Flow Of WorkMeasuring Employee Engagement In The Flow Of Work
Measuring Employee Engagement In The Flow Of Work
 
City of East Peoria State of the City 2014
City of East Peoria State of the City 2014City of East Peoria State of the City 2014
City of East Peoria State of the City 2014
 
Pioneering the Knowledge Sharing Revolution
Pioneering the Knowledge Sharing RevolutionPioneering the Knowledge Sharing Revolution
Pioneering the Knowledge Sharing Revolution
 
Mekanisme pertahanan mukosa esofagus jurnal tht kl
Mekanisme pertahanan mukosa esofagus jurnal tht klMekanisme pertahanan mukosa esofagus jurnal tht kl
Mekanisme pertahanan mukosa esofagus jurnal tht kl
 
Bloomfire... Who, What, and How?
Bloomfire... Who, What, and How?Bloomfire... Who, What, and How?
Bloomfire... Who, What, and How?
 
Lambda expression par Christophe Huntzinger
Lambda expression par Christophe HuntzingerLambda expression par Christophe Huntzinger
Lambda expression par Christophe Huntzinger
 
Social Customer Care
Social Customer CareSocial Customer Care
Social Customer Care
 
Training Millennials At SpotHero Using Bloomfire
Training Millennials At SpotHero Using BloomfireTraining Millennials At SpotHero Using Bloomfire
Training Millennials At SpotHero Using Bloomfire
 
Digital locker
Digital lockerDigital locker
Digital locker
 
1. must to know in clinical chemistry 001
1. must to know in clinical chemistry 0011. must to know in clinical chemistry 001
1. must to know in clinical chemistry 001
 
Mr tb
Mr tbMr tb
Mr tb
 
Vimera Srl - Carta dei servizi
Vimera Srl - Carta dei serviziVimera Srl - Carta dei servizi
Vimera Srl - Carta dei servizi
 

Ähnlich wie Android

Introduction to android sessions new
Introduction to android   sessions newIntroduction to android   sessions new
Introduction to android sessions new
Joe Jacob
 
androidPramming.ppt
androidPramming.pptandroidPramming.ppt
androidPramming.ppt
BijayKc16
 

Ähnlich wie Android (20)

Introduction to android
Introduction to androidIntroduction to android
Introduction to android
 
Android
Android Android
Android
 
Android by LAlitha
Android by LAlithaAndroid by LAlitha
Android by LAlitha
 
Introduction to android sessions new
Introduction to android   sessions newIntroduction to android   sessions new
Introduction to android sessions new
 
Gl android platform
Gl android platformGl android platform
Gl android platform
 
Getting started with android
Getting started with androidGetting started with android
Getting started with android
 
Android
AndroidAndroid
Android
 
Android My Seminar
Android My SeminarAndroid My Seminar
Android My Seminar
 
Android Application Development
Android Application DevelopmentAndroid Application Development
Android Application Development
 
Anveshan android
Anveshan androidAnveshan android
Anveshan android
 
An Introduction To Android
An Introduction To AndroidAn Introduction To Android
An Introduction To Android
 
lecture-2-android-dev.pdf
lecture-2-android-dev.pdflecture-2-android-dev.pdf
lecture-2-android-dev.pdf
 
androidPramming.ppt
androidPramming.pptandroidPramming.ppt
androidPramming.ppt
 
Andriod
Andriod Andriod
Andriod
 
Android dev o_auth
Android dev o_authAndroid dev o_auth
Android dev o_auth
 
Android Application Development Using Java
Android Application Development Using JavaAndroid Application Development Using Java
Android Application Development Using Java
 
Firefox OS - Hive Pilani 2015
Firefox OS - Hive Pilani 2015Firefox OS - Hive Pilani 2015
Firefox OS - Hive Pilani 2015
 
Android development tutorial
Android development tutorialAndroid development tutorial
Android development tutorial
 
Android Basic
Android BasicAndroid Basic
Android Basic
 
Android
Android Android
Android
 

Kürzlich hochgeladen

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 

Kürzlich hochgeladen (20)

Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdf
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
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
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 

Android

Hinweis der Redaktion

  1. named after a robot in Bladerunner