SlideShare a Scribd company logo
INTERACTIONS IN PARALLEL
WORLDS WITH ANDROID
Wajdi Ben Rabah
www.wajdibr.com/
@WajdiBenRabah
#appbuilders17
Plan
⬡Android as an OS
⬡Parallel realities ?
⬡Application area
⬡Interactions in parallel dimensions
⬡Live coding
⬡What’s coming next
Android
⬡Linux based OS.
⬡Open source.
⬡Android TV, Android Auto, Android
Wear.
⬡Android Nougat 7.1
1/25
Android
2/25
Parallel realities
3/25
Virtual Reality
⬡Artificial environment,
presented as reality
alternative.
⬡Experienced senses:
⬡Hearing.
⬡Sight.
4/25
Headsets
5/25
Google Daydream
⬡New Google platform for virtual reality.
⬡Sensors
⬡Screen resolutions QHD 1440p + OLED
⬡Android N.
⬡CPU (snapdragon 820) +GPU+RAM
⬡60fps stereoscopic.
6/25
Application areas
⬡Health
⬡Entertainment
⬡automobile
⬡Ads
⬡Education
⬡Tourism
⬡Space / Military
7/25
Augmented reality
⬡A way of fusing the real and the virtual world by overlaying digital data
on to real-world analogue views.
⬡Anyone with a mobile phone or laptop with built-in video capability
can augment and extend their reality with easy-to-use applications.
8/25
Application areas
⬡Games
⬡Marketing
⬡Fashion
⬡Social media
⬡Health
⬡Tourism
⬡Industry (cars, boats …)
⬡Press
⬡Ads
9/25
Application areas
10/25
Marker-based VS Location-based
11/25
VR or AR ?
⬡AR:
⬡Combine the real world and virtual data in real time.
⬡Be interactive in real world.
⬡Using a 3D environment.
⬡VR:
⬡Alternative to the real world.
⬡Creation of content.
12/25
VR and AR tinker with our reality — but
AR enhances it, while VR diverts us from
it.
13/25
Interact in the parallel dimension
14/25
Daydream controller
15/25
Eyes tracking / Gaze input
16/25
Virtual buttons
17/25
Requirements
⬡Android smartphone (Android Nougat as a min version).
⬡Daydream SDK.
⬡Android SDK.
⬡Unity 3D / Android Studio 1.0 and above.
18/25
Android
<manifest ...
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
...
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="25"/>
...
<uses-feature android:glEsVersion="0x00020000" android:required="true" />
<uses-feature android:name="android.software.vr.mode" android:required="false"/>
<uses-feature android:name="android.software.vr.high_performance" android:required="false"/>
...
19/25
Android
<application
...
<activity
android:name=".TreasureHuntActivity"
android:screenOrientation="landscape"
android:configChanges="orientation|keyboardHidden|screenSize"
android:enableVrMode="@string/gvr_vr_mode_component"
android:theme="@style/VrActivityTheme"
android:resizeableActivity="false">
...
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
<category android:name="com.google.intent.category.CARDBOARD" />
<category android:name="com.google.intent.category.DAYDREAM" />
</intent-filter>
</activity>
</application>
20/25
Unity3D
⬡Unity is a platform for
creating experiences in 2D
and 3D.
⬡SDK : simplify the
creation of a VR/AR
experience.
21/25
Google Design Lab
22/25
Demo
23/25
Download the project
24/25
Interactions in
virtual
dimension
Interactions in
augmented
dimension
Future of parallel worlds
⬡Lower price for devices.
⬡“VR/motion sickness”
⬡Tango project.
⬡Loneliness/Isolation.
25/25
References
⬡https://developer.vuforia.com
⬡https://developers.google.com/
⬡http://www.vrs.org.uk/virtual-reality-games/future-expectations.html
⬡https://www.google.com/atap/project-tango/
⬡http://answers.unity3d.com/
⬡https://www.assetstore.unity3d.com
⬡http://www.augment.com/
Thank you !
@WajdiBenRabah

More Related Content

What's hot

First Take - Google Google I/O - Day #1 Keynote - Enterprise Takeaways
First Take - Google Google I/O - Day #1 Keynote - Enterprise Takeaways First Take - Google Google I/O - Day #1 Keynote - Enterprise Takeaways
First Take - Google Google I/O - Day #1 Keynote - Enterprise Takeaways
Holger Mueller
 
Google cardboard final
Google cardboard finalGoogle cardboard final
Google cardboard final
pkholkute
 
Key concepts of android app development
Key concepts of android app developmentKey concepts of android app development
Key concepts of android app development
ludostar1
 
iOS 11 and Augmented Reality
iOS 11 and Augmented RealityiOS 11 and Augmented Reality
iOS 11 and Augmented Reality
Jai Mehta
 
Samsung and google's new upcoming smartwatch platform, the software could deb...
Samsung and google's new upcoming smartwatch platform, the software could deb...Samsung and google's new upcoming smartwatch platform, the software could deb...
Samsung and google's new upcoming smartwatch platform, the software could deb...
aditi agarwal
 
Keynote: The Immersive web
Keynote: The Immersive webKeynote: The Immersive web
Keynote: The Immersive web
Rising Media, Inc.
 
Vr Insights for Brands and Agencies
Vr Insights for Brands and AgenciesVr Insights for Brands and Agencies
Vr Insights for Brands and Agencies
Rising Media, Inc.
 
Ar and google project glass presentation
Ar and google project glass presentationAr and google project glass presentation
Ar and google project glass presentation
Saad Khan
 
5 Future-Focused Technologies Featured at SXSW
5 Future-Focused Technologies Featured at SXSW5 Future-Focused Technologies Featured at SXSW
5 Future-Focused Technologies Featured at SXSW
Aasim Saied
 

What's hot (9)

First Take - Google Google I/O - Day #1 Keynote - Enterprise Takeaways
First Take - Google Google I/O - Day #1 Keynote - Enterprise Takeaways First Take - Google Google I/O - Day #1 Keynote - Enterprise Takeaways
First Take - Google Google I/O - Day #1 Keynote - Enterprise Takeaways
 
Google cardboard final
Google cardboard finalGoogle cardboard final
Google cardboard final
 
Key concepts of android app development
Key concepts of android app developmentKey concepts of android app development
Key concepts of android app development
 
iOS 11 and Augmented Reality
iOS 11 and Augmented RealityiOS 11 and Augmented Reality
iOS 11 and Augmented Reality
 
Samsung and google's new upcoming smartwatch platform, the software could deb...
Samsung and google's new upcoming smartwatch platform, the software could deb...Samsung and google's new upcoming smartwatch platform, the software could deb...
Samsung and google's new upcoming smartwatch platform, the software could deb...
 
Keynote: The Immersive web
Keynote: The Immersive webKeynote: The Immersive web
Keynote: The Immersive web
 
Vr Insights for Brands and Agencies
Vr Insights for Brands and AgenciesVr Insights for Brands and Agencies
Vr Insights for Brands and Agencies
 
Ar and google project glass presentation
Ar and google project glass presentationAr and google project glass presentation
Ar and google project glass presentation
 
5 Future-Focused Technologies Featured at SXSW
5 Future-Focused Technologies Featured at SXSW5 Future-Focused Technologies Featured at SXSW
5 Future-Focused Technologies Featured at SXSW
 

Similar to Interactions in parallel worlds with android

Introduction to Android - Mobile Fest Singapore 2009
Introduction to Android - Mobile Fest Singapore 2009Introduction to Android - Mobile Fest Singapore 2009
Introduction to Android - Mobile Fest Singapore 2009
sullis
 
android technology
android technology android technology
android technology
Sai Kumar
 
Android Basic By Ankit Shandilya
Android Basic By Ankit ShandilyaAndroid Basic By Ankit Shandilya
Android Basic By Ankit ShandilyaAnkit Shandilya
 
Open Standards for Cross-Platform Gaming, Virtual & Augmented Reality | Neil ...
Open Standards for Cross-Platform Gaming, Virtual & Augmented Reality | Neil ...Open Standards for Cross-Platform Gaming, Virtual & Augmented Reality | Neil ...
Open Standards for Cross-Platform Gaming, Virtual & Augmented Reality | Neil ...
Jessica Tams
 
Android and android phones
Android and android phonesAndroid and android phones
Android and android phonesjohnpaolo990
 
Camerjam golden gekko mobile sport masterclass
Camerjam golden gekko mobile sport masterclassCamerjam golden gekko mobile sport masterclass
Camerjam golden gekko mobile sport masterclassJames Cameron
 
Do relogio ao carro
Do relogio ao carroDo relogio ao carro
Do relogio ao carro
tdc-globalcode
 
Augmented Reality: Use Cases In the Automotive Industry
Augmented Reality: Use Cases In the Automotive IndustryAugmented Reality: Use Cases In the Automotive Industry
Augmented Reality: Use Cases In the Automotive Industry
Audax Labs
 
Android Introduction
Android IntroductionAndroid Introduction
Android Introduction
Swapnali Pawar
 
Pitch Deck Teardown: This is the deck WayRay used to raise $80M at a $500M va...
Pitch Deck Teardown: This is the deck WayRay used to raise $80M at a $500M va...Pitch Deck Teardown: This is the deck WayRay used to raise $80M at a $500M va...
Pitch Deck Teardown: This is the deck WayRay used to raise $80M at a $500M va...
HajeJanKamps
 
Android Stsucture
Android StsuctureAndroid Stsucture
Android Stsucture
Kartik Kalpande Patil
 
Application Development Tools For Android
Application Development Tools For AndroidApplication Development Tools For Android
Application Development Tools For AndroidNelsan Ellis
 
Android Smart Car
Android Smart CarAndroid Smart Car
Android Smart Car
Rahul Singh
 
Trilha Android - Android Evolved
Trilha Android - Android EvolvedTrilha Android - Android Evolved
Trilha Android - Android Evolved
Jackson F. de A. Mafra
 
Android OS
Android OSAndroid OS
Android OS
Sultan Khan
 
Getting Started with Android - OSSPAC 2009
Getting Started with Android - OSSPAC 2009Getting Started with Android - OSSPAC 2009
Getting Started with Android - OSSPAC 2009
sullis
 
Tk2323 lecture 1 introduction to mobile application
Tk2323 lecture 1   introduction to mobile applicationTk2323 lecture 1   introduction to mobile application
Tk2323 lecture 1 introduction to mobile application
MengChun Lam
 
Golden Gekko presentation Google I/O 2014
Golden Gekko presentation Google I/O 2014Golden Gekko presentation Google I/O 2014
Golden Gekko presentation Google I/O 2014
DMI
 
Philipp Nagele (Wikitude): Context Is for Kings: Putting Context in the Hands...
Philipp Nagele (Wikitude): Context Is for Kings: Putting Context in the Hands...Philipp Nagele (Wikitude): Context Is for Kings: Putting Context in the Hands...
Philipp Nagele (Wikitude): Context Is for Kings: Putting Context in the Hands...
AugmentedWorldExpo
 
Augmented Reality
Augmented RealityAugmented Reality
Augmented Reality
Rajat Kashyap
 

Similar to Interactions in parallel worlds with android (20)

Introduction to Android - Mobile Fest Singapore 2009
Introduction to Android - Mobile Fest Singapore 2009Introduction to Android - Mobile Fest Singapore 2009
Introduction to Android - Mobile Fest Singapore 2009
 
android technology
android technology android technology
android technology
 
Android Basic By Ankit Shandilya
Android Basic By Ankit ShandilyaAndroid Basic By Ankit Shandilya
Android Basic By Ankit Shandilya
 
Open Standards for Cross-Platform Gaming, Virtual & Augmented Reality | Neil ...
Open Standards for Cross-Platform Gaming, Virtual & Augmented Reality | Neil ...Open Standards for Cross-Platform Gaming, Virtual & Augmented Reality | Neil ...
Open Standards for Cross-Platform Gaming, Virtual & Augmented Reality | Neil ...
 
Android and android phones
Android and android phonesAndroid and android phones
Android and android phones
 
Camerjam golden gekko mobile sport masterclass
Camerjam golden gekko mobile sport masterclassCamerjam golden gekko mobile sport masterclass
Camerjam golden gekko mobile sport masterclass
 
Do relogio ao carro
Do relogio ao carroDo relogio ao carro
Do relogio ao carro
 
Augmented Reality: Use Cases In the Automotive Industry
Augmented Reality: Use Cases In the Automotive IndustryAugmented Reality: Use Cases In the Automotive Industry
Augmented Reality: Use Cases In the Automotive Industry
 
Android Introduction
Android IntroductionAndroid Introduction
Android Introduction
 
Pitch Deck Teardown: This is the deck WayRay used to raise $80M at a $500M va...
Pitch Deck Teardown: This is the deck WayRay used to raise $80M at a $500M va...Pitch Deck Teardown: This is the deck WayRay used to raise $80M at a $500M va...
Pitch Deck Teardown: This is the deck WayRay used to raise $80M at a $500M va...
 
Android Stsucture
Android StsuctureAndroid Stsucture
Android Stsucture
 
Application Development Tools For Android
Application Development Tools For AndroidApplication Development Tools For Android
Application Development Tools For Android
 
Android Smart Car
Android Smart CarAndroid Smart Car
Android Smart Car
 
Trilha Android - Android Evolved
Trilha Android - Android EvolvedTrilha Android - Android Evolved
Trilha Android - Android Evolved
 
Android OS
Android OSAndroid OS
Android OS
 
Getting Started with Android - OSSPAC 2009
Getting Started with Android - OSSPAC 2009Getting Started with Android - OSSPAC 2009
Getting Started with Android - OSSPAC 2009
 
Tk2323 lecture 1 introduction to mobile application
Tk2323 lecture 1   introduction to mobile applicationTk2323 lecture 1   introduction to mobile application
Tk2323 lecture 1 introduction to mobile application
 
Golden Gekko presentation Google I/O 2014
Golden Gekko presentation Google I/O 2014Golden Gekko presentation Google I/O 2014
Golden Gekko presentation Google I/O 2014
 
Philipp Nagele (Wikitude): Context Is for Kings: Putting Context in the Hands...
Philipp Nagele (Wikitude): Context Is for Kings: Putting Context in the Hands...Philipp Nagele (Wikitude): Context Is for Kings: Putting Context in the Hands...
Philipp Nagele (Wikitude): Context Is for Kings: Putting Context in the Hands...
 
Augmented Reality
Augmented RealityAugmented Reality
Augmented Reality
 

Recently uploaded

PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
Ralf Eggert
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptxSecstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
nkrafacyberclub
 
Assure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyesAssure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 

Recently uploaded (20)

PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptxSecstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
 
Assure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyesAssure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyes
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 

Interactions in parallel worlds with android