SlideShare a Scribd company logo
ANDROID DEVELOPMENT PRIMER
01-22-2015
+Gerard Cordero
@GerardCordero
http://goo.gl/DdsLO2
IDE DOWNLOAD AND INSTALLATION
ANDROID STUDIO
• The IDE for building Android-based
applications	

• Phone andTablet	

• AndroidTV	

• Android Wear	

• Glass
DOWNLOADING ANDROID STUDIO
1. Go here:	

• http://developer.android.com/
sdk/index.html	

2. Click on “Download Android
Studio”	

3. Extract and run the executable
(Mac users: see next slide first)
EXTRA STEPS FOR MAC USERS
• Preform these steps before running the install
program	

1.Apple > System Preferences	

2.Security & Privacy	

3.Set to “Mac App Store and identified
developers” or “Anywhere”	

4.Run the install program	

5.Afterwards, set it back to “Mac App Store"
TOUR OF ANDROID STUDIO
ANDROID STUDIO IN ACTION
ANDROID STUDIO IN ACTION
Folder and File
Explorer
ANDROID STUDIO IN ACTION
Tabs for each open
file
ANDROID STUDIO IN ACTION
Design and Code
view switcher
ANDROID STUDIO IN ACTION
Component
Palette when editing
a Layout
ANDROID STUDIO IN ACTION
Graphical interface
for editing Layouts
ANDROID STUDIO IN ACTION
Logical hierarchy of
UI components
ANDROID STUDIO IN ACTION
Properties of the
currently selected UI
element
ANDROID STUDIO IN ACTION
For picking which
app to run or debug
(Android,Wear, …)
ANDROID STUDIO IN ACTION
Run or Debug the
currently selected app
ANDROID STUDIO IN ACTION
Debugger interface
ANDROID STUDIO IN ACTION
Debugger commands
(rerun, resume, stop, step over,
step into, …)
ANDROID STUDIO IN ACTION
Autos
ANDROID STUDIO IN ACTION
Watches
ANDROID STUDIO IN ACTION
Code editor
when editing java
file
ANDROID STUDIO IN ACTION
For checking your
app’s memory usage
APP STRUCTURE
RESOURCES
• Non-executable parts of an app	

• Drawable - icons	

• Layout - UI layout	

• for landscape: create layout-land folder	

• Menu - Menu items	

• Values - for themes, and storing key-value pairs	

• for other language: values-es
JAVA CODE
• Per Android Developer site, you need
JDK 7	

• http://developer.android.com/sdk/
index.html	

• resides in src > main > java	

• MainActivity.java - default starting point
PACKAGES
• As your app gets bigger, you need to organize it	

• That’s where packages come in	

• make folders for modules	

• adjust the “package” statement at the top of affected
java file	

• Example (left): GDG app, from https://github.com/gdg-
x/frisbee/tree/develop/app/src/main/java/org/gdg/
frisbee/android
DEVELOPER RESOURCES
ANDROID DEVELOPER SITE
• http://developer.android.com/
index.html 	

• Main source of documentation	

• You will be here a lot!
DESIGN
• This section contains guides
on making great UIs
DEVELOP
• This is where you go for coding help
DEVELOP >TRAINING
• Step by step instructions
on various topics
DEVELOP > API GUIDES
• Detailed concepts and
sample code on various
topics
DEVELOP > REFERENCE
• Detailed reference on
Packages, Interfaces, Classes,
Constructors, Methods
DISTRIBUTE
• Guides on Publishing and
Monetizing apps, as well as
user acquisition
YOUTUBE CHANNELS
• Android Developers:	

• https://www.youtube.com/user/androiddevelopers	

• Google Developers:	

• https://www.youtube.com/user/GoogleDevelopers	

• Slide Nerd:	

• https://www.youtube.com/user/slidenerd
ONLINE COURSES
• Coursera:	

• https://www.coursera.org/course/android 	

• Udacity:	

• https://www.udacity.com/course/ud853
ADVANCED HELP
• Stack Overflow:	

• http://stackoverflow.com/questions/tagged/android
Q&A
• Questions?	

• Comments?	

• Suggestions?
HAPPY CODING!
Share this presentation:	

http://goo.gl/hiEE1u

More Related Content

What's hot

Introduction to Android Studio
Introduction to Android StudioIntroduction to Android Studio
Introduction to Android Studio
Michael Pan
 
Building your Own Mobile Enterprise Application: It’s Not as Hard as You Migh...
Building your Own Mobile Enterprise Application: It’s Not as Hard as You Migh...Building your Own Mobile Enterprise Application: It’s Not as Hard as You Migh...
Building your Own Mobile Enterprise Application: It’s Not as Hard as You Migh...
Jason Conger
 
Creating the first app with android studio
Creating the first app with android studioCreating the first app with android studio
Creating the first app with android studio
Parinita03
 
Android Programming Basics
Android Programming BasicsAndroid Programming Basics
Android Programming Basics
Eueung Mulyana
 
Android game ppt
Android game pptAndroid game ppt
Android game ppt
AbinashranaSingh
 
Android study jams 1
Android study jams 1Android study jams 1
Android study jams 1
NancyMariaAS
 
Android Studio vs. ADT
Android Studio vs. ADTAndroid Studio vs. ADT
Android Studio vs. ADT
Dominik Helleberg
 
Discover Android Wear
Discover Android WearDiscover Android Wear
Discover Android Wear
Troy Miles
 
Android studio 2.2 Tips and Tricks
Android studio 2.2 Tips and TricksAndroid studio 2.2 Tips and Tricks
Android studio 2.2 Tips and Tricks
Uptech
 
Android Application Development for Beginners
Android Application Development for BeginnersAndroid Application Development for Beginners
Android Application Development for Beginners
Isuru Uyanage
 
Generating efficient APK by Reducing Size and Improving Performance
Generating efficient APK by Reducing Size and Improving PerformanceGenerating efficient APK by Reducing Size and Improving Performance
Generating efficient APK by Reducing Size and Improving Performance
Paresh Mayani
 
Android development basics
Android development basicsAndroid development basics
Android development basics
Pramesh Gautam
 
Comparison between Eclipse and Android Studio for Android Development
Comparison between Eclipse and Android Studio for Android DevelopmentComparison between Eclipse and Android Studio for Android Development
Comparison between Eclipse and Android Studio for Android Development
Willow Cheng
 
LAP2 iOS and Android Development environment setup
LAP2 iOS and Android Development environment setupLAP2 iOS and Android Development environment setup
LAP2 iOS and Android Development environment setup
University of Catania
 
Android Development Made Easy - With Sample Project
Android Development Made Easy - With Sample ProjectAndroid Development Made Easy - With Sample Project
Android Development Made Easy - With Sample Project
Joemarie Amparo
 
Being Epic: Best Practices for Android Development
Being Epic: Best Practices for Android DevelopmentBeing Epic: Best Practices for Android Development
Being Epic: Best Practices for Android Development
Reto Meier
 
Android application development the basics (2)
Android application development the basics (2)Android application development the basics (2)
Android application development the basics (2)
Aliyu Olalekan
 
Day 8 sketchware
Day 8  sketchwareDay 8  sketchware
Day 8 sketchware
FatimaYousif11
 
Android Development Workshop
Android Development WorkshopAndroid Development Workshop
Android Development Workshop
Peter Robinett
 
Introduction to Android and Android Studio
Introduction to Android and Android StudioIntroduction to Android and Android Studio
Introduction to Android and Android Studio
Suyash Srijan
 

What's hot (20)

Introduction to Android Studio
Introduction to Android StudioIntroduction to Android Studio
Introduction to Android Studio
 
Building your Own Mobile Enterprise Application: It’s Not as Hard as You Migh...
Building your Own Mobile Enterprise Application: It’s Not as Hard as You Migh...Building your Own Mobile Enterprise Application: It’s Not as Hard as You Migh...
Building your Own Mobile Enterprise Application: It’s Not as Hard as You Migh...
 
Creating the first app with android studio
Creating the first app with android studioCreating the first app with android studio
Creating the first app with android studio
 
Android Programming Basics
Android Programming BasicsAndroid Programming Basics
Android Programming Basics
 
Android game ppt
Android game pptAndroid game ppt
Android game ppt
 
Android study jams 1
Android study jams 1Android study jams 1
Android study jams 1
 
Android Studio vs. ADT
Android Studio vs. ADTAndroid Studio vs. ADT
Android Studio vs. ADT
 
Discover Android Wear
Discover Android WearDiscover Android Wear
Discover Android Wear
 
Android studio 2.2 Tips and Tricks
Android studio 2.2 Tips and TricksAndroid studio 2.2 Tips and Tricks
Android studio 2.2 Tips and Tricks
 
Android Application Development for Beginners
Android Application Development for BeginnersAndroid Application Development for Beginners
Android Application Development for Beginners
 
Generating efficient APK by Reducing Size and Improving Performance
Generating efficient APK by Reducing Size and Improving PerformanceGenerating efficient APK by Reducing Size and Improving Performance
Generating efficient APK by Reducing Size and Improving Performance
 
Android development basics
Android development basicsAndroid development basics
Android development basics
 
Comparison between Eclipse and Android Studio for Android Development
Comparison between Eclipse and Android Studio for Android DevelopmentComparison between Eclipse and Android Studio for Android Development
Comparison between Eclipse and Android Studio for Android Development
 
LAP2 iOS and Android Development environment setup
LAP2 iOS and Android Development environment setupLAP2 iOS and Android Development environment setup
LAP2 iOS and Android Development environment setup
 
Android Development Made Easy - With Sample Project
Android Development Made Easy - With Sample ProjectAndroid Development Made Easy - With Sample Project
Android Development Made Easy - With Sample Project
 
Being Epic: Best Practices for Android Development
Being Epic: Best Practices for Android DevelopmentBeing Epic: Best Practices for Android Development
Being Epic: Best Practices for Android Development
 
Android application development the basics (2)
Android application development the basics (2)Android application development the basics (2)
Android application development the basics (2)
 
Day 8 sketchware
Day 8  sketchwareDay 8  sketchware
Day 8 sketchware
 
Android Development Workshop
Android Development WorkshopAndroid Development Workshop
Android Development Workshop
 
Introduction to Android and Android Studio
Introduction to Android and Android StudioIntroduction to Android and Android Studio
Introduction to Android and Android Studio
 

Viewers also liked

ตาราง
ตารางตาราง
ตาราง09042537
 
Storyboard ---the-truth
Storyboard ---the-truthStoryboard ---the-truth
Storyboard ---the-truth
ShannWebb
 
Roughplot
RoughplotRoughplot
Roughplot
ShannWebb
 
Electronic portfolio
Electronic portfolioElectronic portfolio
Electronic portfolio
ShannWebb
 
GDG Global Summit 2015
GDG Global Summit 2015GDG Global Summit 2015
GDG Global Summit 2015
Gerard
 
Julio ballen ingles
Julio ballen inglesJulio ballen ingles
Julio ballen ingles
91362291
 
British film ~ stoker
British film ~ stokerBritish film ~ stoker
British film ~ stoker
ShannWebb
 
Design Biz Innovation
Design Biz InnovationDesign Biz Innovation
Design Biz Innovation
bweaver8
 
British film ~ stoker
British film ~ stokerBritish film ~ stoker
British film ~ stoker
ShannWebb
 
Smartspace Cookware | Space saving cookware
Smartspace Cookware | Space saving cookwareSmartspace Cookware | Space saving cookware
Smartspace Cookware | Space saving cookware
Smartspace Cookware | Space saving cookware
 
Formal elements
Formal elementsFormal elements
Formal elements
ShannWebb
 
Starbucks storyboard
Starbucks storyboardStarbucks storyboard
Starbucks storyboard
shioristrauss
 
Adam Levine
Adam LevineAdam Levine
Adam Levine
CarlotaSorroche
 
Google IO 2015 Highlights
Google IO 2015 HighlightsGoogle IO 2015 Highlights
Google IO 2015 Highlights
Gerard
 
Business article
Business articleBusiness article
Business article
bweaver8
 
Design Business and Innovation
Design Business and InnovationDesign Business and Innovation
Design Business and Innovation
bweaver8
 
British film ~ stoker
British film ~ stokerBritish film ~ stoker
British film ~ stoker
ShannWebb
 
Finding history resources 2000
Finding history resources 2000Finding history resources 2000
Finding history resources 2000
ljackso2
 
San Antonio Marriott Northwest
San Antonio Marriott NorthwestSan Antonio Marriott Northwest
San Antonio Marriott Northwest
TXHotel1
 

Viewers also liked (20)

ตาราง
ตารางตาราง
ตาราง
 
Storyboard ---the-truth
Storyboard ---the-truthStoryboard ---the-truth
Storyboard ---the-truth
 
Roughplot
RoughplotRoughplot
Roughplot
 
Electronic portfolio
Electronic portfolioElectronic portfolio
Electronic portfolio
 
GDG Global Summit 2015
GDG Global Summit 2015GDG Global Summit 2015
GDG Global Summit 2015
 
Julio ballen ingles
Julio ballen inglesJulio ballen ingles
Julio ballen ingles
 
British film ~ stoker
British film ~ stokerBritish film ~ stoker
British film ~ stoker
 
Design Biz Innovation
Design Biz InnovationDesign Biz Innovation
Design Biz Innovation
 
British film ~ stoker
British film ~ stokerBritish film ~ stoker
British film ~ stoker
 
Smartspace Cookware | Space saving cookware
Smartspace Cookware | Space saving cookwareSmartspace Cookware | Space saving cookware
Smartspace Cookware | Space saving cookware
 
Formal elements
Formal elementsFormal elements
Formal elements
 
Starbucks storyboard
Starbucks storyboardStarbucks storyboard
Starbucks storyboard
 
Adam Levine
Adam LevineAdam Levine
Adam Levine
 
Google IO 2015 Highlights
Google IO 2015 HighlightsGoogle IO 2015 Highlights
Google IO 2015 Highlights
 
Business article
Business articleBusiness article
Business article
 
Question 6.
Question 6.Question 6.
Question 6.
 
Design Business and Innovation
Design Business and InnovationDesign Business and Innovation
Design Business and Innovation
 
British film ~ stoker
British film ~ stokerBritish film ~ stoker
British film ~ stoker
 
Finding history resources 2000
Finding history resources 2000Finding history resources 2000
Finding history resources 2000
 
San Antonio Marriott Northwest
San Antonio Marriott NorthwestSan Antonio Marriott Northwest
San Antonio Marriott Northwest
 

Similar to Android Development Primer - GDG Los Angeles

Android Application Development Using Java
Android Application Development Using JavaAndroid Application Development Using Java
Android Application Development Using Java
amaankhan
 
Developing for Android-Types of Android Application
Developing for Android-Types of Android ApplicationDeveloping for Android-Types of Android Application
Developing for Android-Types of Android Application
Nandini Prabhu
 
Next Step, Android Studio!
Next Step, Android Studio!Next Step, Android Studio!
Next Step, Android Studio!
Édipo Souza
 
Android Tutorial
Android TutorialAndroid Tutorial
Android Tutorial
Yogesh_Lakhole
 
Android Programming
Android ProgrammingAndroid Programming
Android Programming
Pasi Manninen
 
9780134433646 annuzzi ch02 (1)
9780134433646 annuzzi ch02 (1)9780134433646 annuzzi ch02 (1)
9780134433646 annuzzi ch02 (1)
Peter Mburu
 
2 - Installation & Configuration - Android SDK and ADT Plugin - en-US
2 - Installation & Configuration - Android SDK and ADT Plugin - en-US2 - Installation & Configuration - Android SDK and ADT Plugin - en-US
2 - Installation & Configuration - Android SDK and ADT Plugin - en-US
Juarez Junior
 
Android Scripting
Android ScriptingAndroid Scripting
Android Scripting
Juan Gomez
 
Webinar on How to use MyAppConverter
Webinar on How to use  MyAppConverterWebinar on How to use  MyAppConverter
Webinar on How to use MyAppConverter
Jaoued Ahmed
 
Android
AndroidAndroid
Android
BVP GTUG
 
Android installation guide
Android installation guideAndroid installation guide
Android installation guide
Mohamed_Mubarak_Ali
 
Methods to set up android app development environment
Methods to set up android app development environmentMethods to set up android app development environment
Methods to set up android app development environment
astoria0128
 
androidPramming.ppt
androidPramming.pptandroidPramming.ppt
androidPramming.ppt
BijayKc16
 
Mobile application and Game development
Mobile application and Game developmentMobile application and Game development
Mobile application and Game development
Women In Digital
 
Android - Android Application Configuration
Android - Android Application ConfigurationAndroid - Android Application Configuration
Android - Android Application Configuration
Vibrant Technologies & Computers
 
Rhodes mobile Framework
Rhodes mobile FrameworkRhodes mobile Framework
Rhodes mobile Framework
Yoshi Sakai
 
Seminar on android app development
Seminar on android app developmentSeminar on android app development
Seminar on android app development
AbhishekKumar4779
 
Matteo Gazzurelli - Introduction to Android Development - Have a break edition
Matteo Gazzurelli - Introduction to Android Development - Have a break editionMatteo Gazzurelli - Introduction to Android Development - Have a break edition
Matteo Gazzurelli - Introduction to Android Development - Have a break edition
DuckMa
 
How to create android applications
How to create android applicationsHow to create android applications
How to create android applications
TOPS Technologies
 
Android training in Noida
Android training in NoidaAndroid training in Noida
Android training in Noida
SeoClass
 

Similar to Android Development Primer - GDG Los Angeles (20)

Android Application Development Using Java
Android Application Development Using JavaAndroid Application Development Using Java
Android Application Development Using Java
 
Developing for Android-Types of Android Application
Developing for Android-Types of Android ApplicationDeveloping for Android-Types of Android Application
Developing for Android-Types of Android Application
 
Next Step, Android Studio!
Next Step, Android Studio!Next Step, Android Studio!
Next Step, Android Studio!
 
Android Tutorial
Android TutorialAndroid Tutorial
Android Tutorial
 
Android Programming
Android ProgrammingAndroid Programming
Android Programming
 
9780134433646 annuzzi ch02 (1)
9780134433646 annuzzi ch02 (1)9780134433646 annuzzi ch02 (1)
9780134433646 annuzzi ch02 (1)
 
2 - Installation & Configuration - Android SDK and ADT Plugin - en-US
2 - Installation & Configuration - Android SDK and ADT Plugin - en-US2 - Installation & Configuration - Android SDK and ADT Plugin - en-US
2 - Installation & Configuration - Android SDK and ADT Plugin - en-US
 
Android Scripting
Android ScriptingAndroid Scripting
Android Scripting
 
Webinar on How to use MyAppConverter
Webinar on How to use  MyAppConverterWebinar on How to use  MyAppConverter
Webinar on How to use MyAppConverter
 
Android
AndroidAndroid
Android
 
Android installation guide
Android installation guideAndroid installation guide
Android installation guide
 
Methods to set up android app development environment
Methods to set up android app development environmentMethods to set up android app development environment
Methods to set up android app development environment
 
androidPramming.ppt
androidPramming.pptandroidPramming.ppt
androidPramming.ppt
 
Mobile application and Game development
Mobile application and Game developmentMobile application and Game development
Mobile application and Game development
 
Android - Android Application Configuration
Android - Android Application ConfigurationAndroid - Android Application Configuration
Android - Android Application Configuration
 
Rhodes mobile Framework
Rhodes mobile FrameworkRhodes mobile Framework
Rhodes mobile Framework
 
Seminar on android app development
Seminar on android app developmentSeminar on android app development
Seminar on android app development
 
Matteo Gazzurelli - Introduction to Android Development - Have a break edition
Matteo Gazzurelli - Introduction to Android Development - Have a break editionMatteo Gazzurelli - Introduction to Android Development - Have a break edition
Matteo Gazzurelli - Introduction to Android Development - Have a break edition
 
How to create android applications
How to create android applicationsHow to create android applications
How to create android applications
 
Android training in Noida
Android training in NoidaAndroid training in Noida
Android training in Noida
 

Recently uploaded

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
 
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
 
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
 
Northern Engraving | Nameplate Manufacturing Process - 2024
Northern Engraving | Nameplate Manufacturing Process - 2024Northern Engraving | Nameplate Manufacturing Process - 2024
Northern Engraving | Nameplate Manufacturing Process - 2024
Northern Engraving
 
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge GraphGraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
Neo4j
 
AppSec PNW: Android and iOS Application Security with MobSF
AppSec PNW: Android and iOS Application Security with MobSFAppSec PNW: Android and iOS Application Security with MobSF
AppSec PNW: Android and iOS Application Security with MobSF
Ajin Abraham
 
Skybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoptionSkybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoption
Tatiana Kojar
 
Crafting Excellence: A Comprehensive Guide to iOS Mobile App Development Serv...
Crafting Excellence: A Comprehensive Guide to iOS Mobile App Development Serv...Crafting Excellence: A Comprehensive Guide to iOS Mobile App Development Serv...
Crafting Excellence: A Comprehensive Guide to iOS Mobile App Development Serv...
Pitangent Analytics & Technology Solutions Pvt. Ltd
 
Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
Biomedical Knowledge Graphs for Data Scientists and BioinformaticiansBiomedical Knowledge Graphs for Data Scientists and Bioinformaticians
Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
Neo4j
 
"Frontline Battles with DDoS: Best practices and Lessons Learned", Igor Ivaniuk
"Frontline Battles with DDoS: Best practices and Lessons Learned",  Igor Ivaniuk"Frontline Battles with DDoS: Best practices and Lessons Learned",  Igor Ivaniuk
"Frontline Battles with DDoS: Best practices and Lessons Learned", Igor Ivaniuk
Fwdays
 
JavaLand 2024: Application Development Green Masterplan
JavaLand 2024: Application Development Green MasterplanJavaLand 2024: Application Development Green Masterplan
JavaLand 2024: Application Development Green Masterplan
Miro Wengner
 
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
saastr
 
Leveraging the Graph for Clinical Trials and Standards
Leveraging the Graph for Clinical Trials and StandardsLeveraging the Graph for Clinical Trials and Standards
Leveraging the Graph for Clinical Trials and Standards
Neo4j
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
DanBrown980551
 
Y-Combinator seed pitch deck template PP
Y-Combinator seed pitch deck template PPY-Combinator seed pitch deck template PP
Y-Combinator seed pitch deck template PP
c5vrf27qcz
 
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
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
MichaelKnudsen27
 
Fueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte WebinarFueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte Webinar
Zilliz
 
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectorsConnector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
DianaGray10
 
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
 

Recently uploaded (20)

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...
 
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
 
Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |
 
Northern Engraving | Nameplate Manufacturing Process - 2024
Northern Engraving | Nameplate Manufacturing Process - 2024Northern Engraving | Nameplate Manufacturing Process - 2024
Northern Engraving | Nameplate Manufacturing Process - 2024
 
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge GraphGraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
 
AppSec PNW: Android and iOS Application Security with MobSF
AppSec PNW: Android and iOS Application Security with MobSFAppSec PNW: Android and iOS Application Security with MobSF
AppSec PNW: Android and iOS Application Security with MobSF
 
Skybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoptionSkybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoption
 
Crafting Excellence: A Comprehensive Guide to iOS Mobile App Development Serv...
Crafting Excellence: A Comprehensive Guide to iOS Mobile App Development Serv...Crafting Excellence: A Comprehensive Guide to iOS Mobile App Development Serv...
Crafting Excellence: A Comprehensive Guide to iOS Mobile App Development Serv...
 
Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
Biomedical Knowledge Graphs for Data Scientists and BioinformaticiansBiomedical Knowledge Graphs for Data Scientists and Bioinformaticians
Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
 
"Frontline Battles with DDoS: Best practices and Lessons Learned", Igor Ivaniuk
"Frontline Battles with DDoS: Best practices and Lessons Learned",  Igor Ivaniuk"Frontline Battles with DDoS: Best practices and Lessons Learned",  Igor Ivaniuk
"Frontline Battles with DDoS: Best practices and Lessons Learned", Igor Ivaniuk
 
JavaLand 2024: Application Development Green Masterplan
JavaLand 2024: Application Development Green MasterplanJavaLand 2024: Application Development Green Masterplan
JavaLand 2024: Application Development Green Masterplan
 
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
 
Leveraging the Graph for Clinical Trials and Standards
Leveraging the Graph for Clinical Trials and StandardsLeveraging the Graph for Clinical Trials and Standards
Leveraging the Graph for Clinical Trials and Standards
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
 
Y-Combinator seed pitch deck template PP
Y-Combinator seed pitch deck template PPY-Combinator seed pitch deck template PP
Y-Combinator seed pitch deck template PP
 
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...
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
 
Fueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte WebinarFueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte Webinar
 
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectorsConnector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
 
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
 

Android Development Primer - GDG Los Angeles