SlideShare une entreprise Scribd logo
1  sur  19
Télécharger pour lire hors ligne
Ramon Rabello
android ninja developer
Ninja Productivity in
android studio
#AndroidStudioDay
Ramon Rabello
about.me/ramonrabello
~10 years
Senior Android
Software Engineer
Says “Égua!”
Communities
What I need to be a ninjoid ™ ?
http://gph.is/2nSYToX
GIF
Master the shortcuts. They are your shurikens!
Preferences > Keymap
Learn and love the tools
SDK Manager
AVD Manager
Layout Inspector
Theme Editor
APK Analyzer
Layout Designer
AppLink Assistant
Firebase
Android Device Monitor
…
Android Profilers
New Layout Editor
Kotlin Converter
Show Bytecodes
Android Oreo Support
Adaptive Icons
Device Explorer
Instant Apps
Downloadable Fonts
New APK Analyzer
…
New Emulator
SDK Manager
AVD Manager
Layout Inspector
Theme Editor
APK Analyzer
Layout Designer
AppLink Assistant
Firebase
Android Device Monitor
Android Profilers
New Layout Editor
Kotlin Converter
Show Bytecodes
Android reoO Support
Adaptive Icons
Device Explorer
Instant Apps
Downloadable Fonts
New APK Analyzer
…
New Emulator
Learn and love the tools
……
Network Profiler new
What’s New in Android Development Tools (Google I/O ’17)
Boost your code with Live Templates
Preferences > Editor > Live Templates
control + Jcommand + J
https://goo.gl/AiV5EQ
GIF
Use Scope-based selection
alt + | ➡option + | ➡
https://goo.gl/6Cnbqr
GIF
Organize your resources with sourceSets
android {
…
sourceSets {
main.res.srcDirs = [
‘src/main/res-screen/agenda’,
‘src/main/res-screen/categories’
]
main.java.srcDirs = [‘src/main/kotlin’ ]
test.java.srcDirs = [ ‘src/test/kotlin’ ]
androidTest.java.srcDirs = [ ‘src/androidTest/kotlin’ ]
}
}
}
Follow the lights
alt + enter command + return
Save time with multi-cursor edition
control + G command + G
https://goo.gl/awdWNq
GIF
Time to live coding o/
Learn and move to Kotlin, for the win!
Lambda expressions
Extension Functions
Null-Safety
Smart-casts
Data classes
Type Inference
Properties
Singletons
High-order Functions
Delegations
Coroutines
Kotlin Programming Language
Primary constructors
Contribute testing Android Studio Previews
Be an Early Adopter
Android Studio Like a Boss
Live Templates in Android Studio: Using and Creating Them
Android Studio Project Site
The experts guide to Android development tools - Google I/O 2016
https://goo.gl/XuCqEs
http://tools.android.com
https://goo.gl/lqUC8X
What’s next?
https://www.youtube.com/watch?v=4rI4tTd7-J8
(About) 10 Things You (Probably) Didn’t Know You Could
do in Android Studio
https://goo.gl/8mcnZQ
Questions?
Thank you!
about.me/ramonrabello
slack.androiddevbr.org
Join the largest Android brazilian
community!
slack.kotlinlang.org
Contribute to the worldwide
Kotlin community!
meetup.com/kotlin-meetup-sp
Join the growing Kotlin
Meetup SP!

Contenu connexe

Tendances

Q6. technology
Q6. technologyQ6. technology
Q6. technologytorian95
 
Porting golang development environment developed with golang
Porting golang development environment developed with golangPorting golang development environment developed with golang
Porting golang development environment developed with golangSeongJae Park
 
C language in our world 2016
C language in our world 2016C language in our world 2016
C language in our world 2016Juraj Michálek
 
A flight with Flutter
A flight with FlutterA flight with Flutter
A flight with FlutterAhmed Tarek
 
Continuously Break The Android
Continuously Break The AndroidContinuously Break The Android
Continuously Break The AndroidHasan Hosgel
 
Automating Your Way to Greatness by Combining OutSystems CI/CD With the Power...
Automating Your Way to Greatness by Combining OutSystems CI/CD With the Power...Automating Your Way to Greatness by Combining OutSystems CI/CD With the Power...
Automating Your Way to Greatness by Combining OutSystems CI/CD With the Power...OutSystems
 
Using Ruby in Android Development
Using Ruby in Android DevelopmentUsing Ruby in Android Development
Using Ruby in Android DevelopmentAdam Blum
 
Mobile development with JBoss Tools
Mobile development with JBoss ToolsMobile development with JBoss Tools
Mobile development with JBoss ToolsGorkem Ercan
 
Flutter study jam - Begineers (1st level)
Flutter study jam - Begineers (1st level)Flutter study jam - Begineers (1st level)
Flutter study jam - Begineers (1st level)Tarek Alabd
 
Ppt of tutorial android app
Ppt of tutorial android appPpt of tutorial android app
Ppt of tutorial android appDharmendra Saini
 
Charlie Talk - Clover
Charlie Talk - CloverCharlie Talk - Clover
Charlie Talk - CloverAtlassian
 
Use Ruby to Write (and Test) Your Next Android App
Use Ruby to Write (and Test) Your Next Android AppUse Ruby to Write (and Test) Your Next Android App
Use Ruby to Write (and Test) Your Next Android AppJoel Byler
 
Containerized build
Containerized buildContainerized build
Containerized buildDaniel Foo
 
Continuous Delivery - FIT VUT
Continuous Delivery - FIT VUTContinuous Delivery - FIT VUT
Continuous Delivery - FIT VUTJuraj Michálek
 
Alternatives to Java for Android development
Alternatives to Java for Android developmentAlternatives to Java for Android development
Alternatives to Java for Android developmentttogrul
 

Tendances (20)

Q6. technology
Q6. technologyQ6. technology
Q6. technology
 
Porting golang development environment developed with golang
Porting golang development environment developed with golangPorting golang development environment developed with golang
Porting golang development environment developed with golang
 
C language in our world 2016
C language in our world 2016C language in our world 2016
C language in our world 2016
 
A flight with Flutter
A flight with FlutterA flight with Flutter
A flight with Flutter
 
Android Studio vs. ADT
Android Studio vs. ADTAndroid Studio vs. ADT
Android Studio vs. ADT
 
Continuously Break The Android
Continuously Break The AndroidContinuously Break The Android
Continuously Break The Android
 
Pro301 week 4 assignment
Pro301  week 4 assignmentPro301  week 4 assignment
Pro301 week 4 assignment
 
Automating Your Way to Greatness by Combining OutSystems CI/CD With the Power...
Automating Your Way to Greatness by Combining OutSystems CI/CD With the Power...Automating Your Way to Greatness by Combining OutSystems CI/CD With the Power...
Automating Your Way to Greatness by Combining OutSystems CI/CD With the Power...
 
Annotation processing
Annotation processingAnnotation processing
Annotation processing
 
Using Ruby in Android Development
Using Ruby in Android DevelopmentUsing Ruby in Android Development
Using Ruby in Android Development
 
Mobile development with JBoss Tools
Mobile development with JBoss ToolsMobile development with JBoss Tools
Mobile development with JBoss Tools
 
Flutter study jam - Begineers (1st level)
Flutter study jam - Begineers (1st level)Flutter study jam - Begineers (1st level)
Flutter study jam - Begineers (1st level)
 
C++ in our world
C++ in our worldC++ in our world
C++ in our world
 
Ppt of tutorial android app
Ppt of tutorial android appPpt of tutorial android app
Ppt of tutorial android app
 
Charlie Talk - Clover
Charlie Talk - CloverCharlie Talk - Clover
Charlie Talk - Clover
 
AnselFaillaceResume
AnselFaillaceResumeAnselFaillaceResume
AnselFaillaceResume
 
Use Ruby to Write (and Test) Your Next Android App
Use Ruby to Write (and Test) Your Next Android AppUse Ruby to Write (and Test) Your Next Android App
Use Ruby to Write (and Test) Your Next Android App
 
Containerized build
Containerized buildContainerized build
Containerized build
 
Continuous Delivery - FIT VUT
Continuous Delivery - FIT VUTContinuous Delivery - FIT VUT
Continuous Delivery - FIT VUT
 
Alternatives to Java for Android development
Alternatives to Java for Android developmentAlternatives to Java for Android development
Alternatives to Java for Android development
 

Similaire à Ninja Productivity in Android Studio

Android Dev Conference 2017 - Produtividade Ninja no Android Studio
 Android Dev Conference 2017 - Produtividade Ninja no Android Studio Android Dev Conference 2017 - Produtividade Ninja no Android Studio
Android Dev Conference 2017 - Produtividade Ninja no Android StudioiMasters
 
A Multiplatform, Multi-Tenant Challenge - Droidcon Lisbon 2023
A Multiplatform, Multi-Tenant Challenge - Droidcon Lisbon 2023A Multiplatform, Multi-Tenant Challenge - Droidcon Lisbon 2023
A Multiplatform, Multi-Tenant Challenge - Droidcon Lisbon 2023Pedro Vicente
 
Android app development ppt
Android app development pptAndroid app development ppt
Android app development pptsaitej15
 
Learning android with AOSP
Learning android with AOSPLearning android with AOSP
Learning android with AOSPJorge Barroso
 
Green flag Wrap up Google Solution Challenge.pdf
Green flag Wrap up Google Solution Challenge.pdfGreen flag Wrap up Google Solution Challenge.pdf
Green flag Wrap up Google Solution Challenge.pdfGoogleDeveloperStude22
 
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 PerformanceParesh Mayani
 
Android AppDevelopment
Android AppDevelopmentAndroid AppDevelopment
Android AppDevelopmentAshraf Ali
 
Android app Development Prepration Tips
Android app Development Prepration TipsAndroid app Development Prepration Tips
Android app Development Prepration TipsYasmeen Sheikh
 
Droidcon Paris 2013 - Musclez vos applications Android avec les outils du mon...
Droidcon Paris 2013 - Musclez vos applications Android avec les outils du mon...Droidcon Paris 2013 - Musclez vos applications Android avec les outils du mon...
Droidcon Paris 2013 - Musclez vos applications Android avec les outils du mon...jeromevdl
 
What Is The Best Mobile App Programming Language In 2023.pdf
What Is The Best Mobile App Programming Language In 2023.pdfWhat Is The Best Mobile App Programming Language In 2023.pdf
What Is The Best Mobile App Programming Language In 2023.pdfSatawareTechnologies6
 
Top 22 Development Technologies For 2023.pdf
Top 22 Development Technologies For 2023.pdfTop 22 Development Technologies For 2023.pdf
Top 22 Development Technologies For 2023.pdfSatawareTechnologies6
 
Top 10 Best IDE For Web Development In 2023.pdf
Top 10 Best IDE For Web Development In 2023.pdfTop 10 Best IDE For Web Development In 2023.pdf
Top 10 Best IDE For Web Development In 2023.pdfSatawareTechnologies6
 
Introduction to android mobile app development.pptx
Introduction to android mobile app development.pptxIntroduction to android mobile app development.pptx
Introduction to android mobile app development.pptxridzah12
 
Top 9 Automation Testing Tools In 2023 And Beyond.pdf
Top 9 Automation Testing Tools In 2023 And Beyond.pdfTop 9 Automation Testing Tools In 2023 And Beyond.pdf
Top 9 Automation Testing Tools In 2023 And Beyond.pdfSatawareTechnologies6
 
Cross-Platform App Frameworks in 2020.pdf
Cross-Platform App Frameworks in 2020.pdfCross-Platform App Frameworks in 2020.pdf
Cross-Platform App Frameworks in 2020.pdfAppdeveloper10
 
Porting business apps to Windows Phone
Porting business apps to Windows PhonePorting business apps to Windows Phone
Porting business apps to Windows PhoneMichele Capra
 

Similaire à Ninja Productivity in Android Studio (20)

Android Dev Conference 2017 - Produtividade Ninja no Android Studio
 Android Dev Conference 2017 - Produtividade Ninja no Android Studio Android Dev Conference 2017 - Produtividade Ninja no Android Studio
Android Dev Conference 2017 - Produtividade Ninja no Android Studio
 
A Multiplatform, Multi-Tenant Challenge - Droidcon Lisbon 2023
A Multiplatform, Multi-Tenant Challenge - Droidcon Lisbon 2023A Multiplatform, Multi-Tenant Challenge - Droidcon Lisbon 2023
A Multiplatform, Multi-Tenant Challenge - Droidcon Lisbon 2023
 
Android ppt
Android pptAndroid ppt
Android ppt
 
HealthyCodeMay2014
HealthyCodeMay2014HealthyCodeMay2014
HealthyCodeMay2014
 
Android app development ppt
Android app development pptAndroid app development ppt
Android app development ppt
 
Learning android with AOSP
Learning android with AOSPLearning android with AOSP
Learning android with AOSP
 
Green flag Wrap up Google Solution Challenge.pdf
Green flag Wrap up Google Solution Challenge.pdfGreen flag Wrap up Google Solution Challenge.pdf
Green flag Wrap up Google Solution Challenge.pdf
 
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 AppDevelopment
Android AppDevelopmentAndroid AppDevelopment
Android AppDevelopment
 
Android app Development Prepration Tips
Android app Development Prepration TipsAndroid app Development Prepration Tips
Android app Development Prepration Tips
 
Andriod apps
Andriod appsAndriod apps
Andriod apps
 
Droidcon Paris 2013 - Musclez vos applications Android avec les outils du mon...
Droidcon Paris 2013 - Musclez vos applications Android avec les outils du mon...Droidcon Paris 2013 - Musclez vos applications Android avec les outils du mon...
Droidcon Paris 2013 - Musclez vos applications Android avec les outils du mon...
 
What Is The Best Mobile App Programming Language In 2023.pdf
What Is The Best Mobile App Programming Language In 2023.pdfWhat Is The Best Mobile App Programming Language In 2023.pdf
What Is The Best Mobile App Programming Language In 2023.pdf
 
Top 22 Development Technologies For 2023.pdf
Top 22 Development Technologies For 2023.pdfTop 22 Development Technologies For 2023.pdf
Top 22 Development Technologies For 2023.pdf
 
Top 10 Best IDE For Web Development In 2023.pdf
Top 10 Best IDE For Web Development In 2023.pdfTop 10 Best IDE For Web Development In 2023.pdf
Top 10 Best IDE For Web Development In 2023.pdf
 
Introduction to android mobile app development.pptx
Introduction to android mobile app development.pptxIntroduction to android mobile app development.pptx
Introduction to android mobile app development.pptx
 
Top 9 Automation Testing Tools In 2023 And Beyond.pdf
Top 9 Automation Testing Tools In 2023 And Beyond.pdfTop 9 Automation Testing Tools In 2023 And Beyond.pdf
Top 9 Automation Testing Tools In 2023 And Beyond.pdf
 
Android Mp3 Player
Android Mp3 PlayerAndroid Mp3 Player
Android Mp3 Player
 
Cross-Platform App Frameworks in 2020.pdf
Cross-Platform App Frameworks in 2020.pdfCross-Platform App Frameworks in 2020.pdf
Cross-Platform App Frameworks in 2020.pdf
 
Porting business apps to Windows Phone
Porting business apps to Windows PhonePorting business apps to Windows Phone
Porting business apps to Windows Phone
 

Plus de Ramon Ribeiro Rabello

Declarative UIs with Jetpack Compose
Declarative UIs with Jetpack ComposeDeclarative UIs with Jetpack Compose
Declarative UIs with Jetpack ComposeRamon Ribeiro Rabello
 
Android Jetpack + Coroutines: To infinity and beyond
Android Jetpack + Coroutines: To infinity and beyondAndroid Jetpack + Coroutines: To infinity and beyond
Android Jetpack + Coroutines: To infinity and beyondRamon Ribeiro Rabello
 
Create Modern Apps with Android Jetpack
Create Modern Apps with Android JetpackCreate Modern Apps with Android Jetpack
Create Modern Apps with Android JetpackRamon Ribeiro Rabello
 
Produtividade ninja com android studio
Produtividade ninja com android studioProdutividade ninja com android studio
Produtividade ninja com android studioRamon Ribeiro Rabello
 
Automatize seus testes de UI com a Espresso!
Automatize seus testes de UI com a Espresso!Automatize seus testes de UI com a Espresso!
Automatize seus testes de UI com a Espresso!Ramon Ribeiro Rabello
 
Os caminhos da Agilidade em Empresa Pública
Os caminhos da Agilidade em Empresa PúblicaOs caminhos da Agilidade em Empresa Pública
Os caminhos da Agilidade em Empresa PúblicaRamon Ribeiro Rabello
 
Making your app see with Mobile Vision API
Making your app see with Mobile Vision APIMaking your app see with Mobile Vision API
Making your app see with Mobile Vision APIRamon Ribeiro Rabello
 
Inovar em tempos de crise? Yes, We Can!
Inovar em tempos de crise?  Yes, We Can!Inovar em tempos de crise?  Yes, We Can!
Inovar em tempos de crise? Yes, We Can!Ramon Ribeiro Rabello
 
Android Wear: Estendendo sua app para relógios inteligentes
Android Wear: Estendendo sua app para relógios inteligentesAndroid Wear: Estendendo sua app para relógios inteligentes
Android Wear: Estendendo sua app para relógios inteligentesRamon Ribeiro Rabello
 
O caminho de um desenvolvedor android
O caminho de um desenvolvedor androidO caminho de um desenvolvedor android
O caminho de um desenvolvedor androidRamon Ribeiro Rabello
 
Workshop Android em Ambientes de Integração
Workshop Android em Ambientes de IntegraçãoWorkshop Android em Ambientes de Integração
Workshop Android em Ambientes de IntegraçãoRamon Ribeiro Rabello
 
De idealista à empreendedor - como desenvolver aplicações em android que conq...
De idealista à empreendedor - como desenvolver aplicações em android que conq...De idealista à empreendedor - como desenvolver aplicações em android que conq...
De idealista à empreendedor - como desenvolver aplicações em android que conq...Ramon Ribeiro Rabello
 
Agora é Android, Tá Safo? - #tasafoemacaocastanhal
Agora é Android, Tá Safo? - #tasafoemacaocastanhalAgora é Android, Tá Safo? - #tasafoemacaocastanhal
Agora é Android, Tá Safo? - #tasafoemacaocastanhalRamon Ribeiro Rabello
 

Plus de Ramon Ribeiro Rabello (20)

Declarative UIs with Jetpack Compose
Declarative UIs with Jetpack ComposeDeclarative UIs with Jetpack Compose
Declarative UIs with Jetpack Compose
 
Android Jetpack + Coroutines: To infinity and beyond
Android Jetpack + Coroutines: To infinity and beyondAndroid Jetpack + Coroutines: To infinity and beyond
Android Jetpack + Coroutines: To infinity and beyond
 
Create Modern Apps with Android Jetpack
Create Modern Apps with Android JetpackCreate Modern Apps with Android Jetpack
Create Modern Apps with Android Jetpack
 
Cultura de testes em times mobile
Cultura de testes em times mobileCultura de testes em times mobile
Cultura de testes em times mobile
 
Produtividade ninja com android studio
Produtividade ninja com android studioProdutividade ninja com android studio
Produtividade ninja com android studio
 
Automatize seus testes de UI com a Espresso!
Automatize seus testes de UI com a Espresso!Automatize seus testes de UI com a Espresso!
Automatize seus testes de UI com a Espresso!
 
Os caminhos da Agilidade em Empresa Pública
Os caminhos da Agilidade em Empresa PúblicaOs caminhos da Agilidade em Empresa Pública
Os caminhos da Agilidade em Empresa Pública
 
Making your app see with Mobile Vision API
Making your app see with Mobile Vision APIMaking your app see with Mobile Vision API
Making your app see with Mobile Vision API
 
Inovar em tempos de crise? Yes, We Can!
Inovar em tempos de crise?  Yes, We Can!Inovar em tempos de crise?  Yes, We Can!
Inovar em tempos de crise? Yes, We Can!
 
O ecossistema android
O ecossistema androidO ecossistema android
O ecossistema android
 
Android Marshmallow na prática
Android Marshmallow na práticaAndroid Marshmallow na prática
Android Marshmallow na prática
 
Android Wear: Estendendo sua app para relógios inteligentes
Android Wear: Estendendo sua app para relógios inteligentesAndroid Wear: Estendendo sua app para relógios inteligentes
Android Wear: Estendendo sua app para relógios inteligentes
 
Introdução ao Android Studio
Introdução ao Android StudioIntrodução ao Android Studio
Introdução ao Android Studio
 
O caminho de um desenvolvedor android
O caminho de um desenvolvedor androidO caminho de um desenvolvedor android
O caminho de um desenvolvedor android
 
Criando Apps Sociais em Android
Criando Apps Sociais em AndroidCriando Apps Sociais em Android
Criando Apps Sociais em Android
 
Porque Aprender Android
Porque Aprender AndroidPorque Aprender Android
Porque Aprender Android
 
Workshop Android em Ambientes de Integração
Workshop Android em Ambientes de IntegraçãoWorkshop Android em Ambientes de Integração
Workshop Android em Ambientes de Integração
 
De idealista à empreendedor - como desenvolver aplicações em android que conq...
De idealista à empreendedor - como desenvolver aplicações em android que conq...De idealista à empreendedor - como desenvolver aplicações em android que conq...
De idealista à empreendedor - como desenvolver aplicações em android que conq...
 
Desenvolvimento Web para Android
Desenvolvimento Web para AndroidDesenvolvimento Web para Android
Desenvolvimento Web para Android
 
Agora é Android, Tá Safo? - #tasafoemacaocastanhal
Agora é Android, Tá Safo? - #tasafoemacaocastanhalAgora é Android, Tá Safo? - #tasafoemacaocastanhal
Agora é Android, Tá Safo? - #tasafoemacaocastanhal
 

Dernier

FULL ENJOY - 9999218229 Call Girls in {Mahipalpur}| Delhi NCR
FULL ENJOY - 9999218229 Call Girls in {Mahipalpur}| Delhi NCRFULL ENJOY - 9999218229 Call Girls in {Mahipalpur}| Delhi NCR
FULL ENJOY - 9999218229 Call Girls in {Mahipalpur}| Delhi NCRnishacall1
 
Powerful Love Spells in Arkansas, AR (310) 882-6330 Bring Back Lost Lover
Powerful Love Spells in Arkansas, AR (310) 882-6330 Bring Back Lost LoverPowerful Love Spells in Arkansas, AR (310) 882-6330 Bring Back Lost Lover
Powerful Love Spells in Arkansas, AR (310) 882-6330 Bring Back Lost LoverPsychicRuben LoveSpells
 
9999266834 Call Girls In Noida Sector 52 (Delhi) Call Girl Service
9999266834 Call Girls In Noida Sector 52 (Delhi) Call Girl Service9999266834 Call Girls In Noida Sector 52 (Delhi) Call Girl Service
9999266834 Call Girls In Noida Sector 52 (Delhi) Call Girl Servicenishacall1
 
Leading Mobile App Development Companies in India (2).pdf
Leading Mobile App Development Companies in India (2).pdfLeading Mobile App Development Companies in India (2).pdf
Leading Mobile App Development Companies in India (2).pdfCWS Technology
 
BDSM⚡Call Girls in Sector 71 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 71 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 71 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 71 Noida Escorts >༒8448380779 Escort ServiceDelhi Call girls
 

Dernier (6)

Obat Penggugur Kandungan Di Apotik Kimia Farma (087776558899)
Obat Penggugur Kandungan Di Apotik Kimia Farma (087776558899)Obat Penggugur Kandungan Di Apotik Kimia Farma (087776558899)
Obat Penggugur Kandungan Di Apotik Kimia Farma (087776558899)
 
FULL ENJOY - 9999218229 Call Girls in {Mahipalpur}| Delhi NCR
FULL ENJOY - 9999218229 Call Girls in {Mahipalpur}| Delhi NCRFULL ENJOY - 9999218229 Call Girls in {Mahipalpur}| Delhi NCR
FULL ENJOY - 9999218229 Call Girls in {Mahipalpur}| Delhi NCR
 
Powerful Love Spells in Arkansas, AR (310) 882-6330 Bring Back Lost Lover
Powerful Love Spells in Arkansas, AR (310) 882-6330 Bring Back Lost LoverPowerful Love Spells in Arkansas, AR (310) 882-6330 Bring Back Lost Lover
Powerful Love Spells in Arkansas, AR (310) 882-6330 Bring Back Lost Lover
 
9999266834 Call Girls In Noida Sector 52 (Delhi) Call Girl Service
9999266834 Call Girls In Noida Sector 52 (Delhi) Call Girl Service9999266834 Call Girls In Noida Sector 52 (Delhi) Call Girl Service
9999266834 Call Girls In Noida Sector 52 (Delhi) Call Girl Service
 
Leading Mobile App Development Companies in India (2).pdf
Leading Mobile App Development Companies in India (2).pdfLeading Mobile App Development Companies in India (2).pdf
Leading Mobile App Development Companies in India (2).pdf
 
BDSM⚡Call Girls in Sector 71 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 71 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 71 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 71 Noida Escorts >༒8448380779 Escort Service
 

Ninja Productivity in Android Studio

  • 1. Ramon Rabello android ninja developer Ninja Productivity in android studio
  • 2.
  • 4. Ramon Rabello about.me/ramonrabello ~10 years Senior Android Software Engineer Says “Égua!” Communities
  • 5. What I need to be a ninjoid ™ ? http://gph.is/2nSYToX GIF
  • 6. Master the shortcuts. They are your shurikens! Preferences > Keymap
  • 7. Learn and love the tools SDK Manager AVD Manager Layout Inspector Theme Editor APK Analyzer Layout Designer AppLink Assistant Firebase Android Device Monitor … Android Profilers New Layout Editor Kotlin Converter Show Bytecodes Android Oreo Support Adaptive Icons Device Explorer Instant Apps Downloadable Fonts New APK Analyzer … New Emulator
  • 8. SDK Manager AVD Manager Layout Inspector Theme Editor APK Analyzer Layout Designer AppLink Assistant Firebase Android Device Monitor Android Profilers New Layout Editor Kotlin Converter Show Bytecodes Android reoO Support Adaptive Icons Device Explorer Instant Apps Downloadable Fonts New APK Analyzer … New Emulator Learn and love the tools …… Network Profiler new What’s New in Android Development Tools (Google I/O ’17)
  • 9. Boost your code with Live Templates Preferences > Editor > Live Templates control + Jcommand + J https://goo.gl/AiV5EQ GIF
  • 10. Use Scope-based selection alt + | ➡option + | ➡ https://goo.gl/6Cnbqr GIF
  • 11. Organize your resources with sourceSets android { … sourceSets { main.res.srcDirs = [ ‘src/main/res-screen/agenda’, ‘src/main/res-screen/categories’ ] main.java.srcDirs = [‘src/main/kotlin’ ] test.java.srcDirs = [ ‘src/test/kotlin’ ] androidTest.java.srcDirs = [ ‘src/androidTest/kotlin’ ] } } }
  • 12. Follow the lights alt + enter command + return
  • 13. Save time with multi-cursor edition control + G command + G https://goo.gl/awdWNq GIF
  • 14. Time to live coding o/
  • 15. Learn and move to Kotlin, for the win! Lambda expressions Extension Functions Null-Safety Smart-casts Data classes Type Inference Properties Singletons High-order Functions Delegations Coroutines Kotlin Programming Language Primary constructors
  • 16. Contribute testing Android Studio Previews Be an Early Adopter
  • 17. Android Studio Like a Boss Live Templates in Android Studio: Using and Creating Them Android Studio Project Site The experts guide to Android development tools - Google I/O 2016 https://goo.gl/XuCqEs http://tools.android.com https://goo.gl/lqUC8X What’s next? https://www.youtube.com/watch?v=4rI4tTd7-J8 (About) 10 Things You (Probably) Didn’t Know You Could do in Android Studio https://goo.gl/8mcnZQ
  • 19. Thank you! about.me/ramonrabello slack.androiddevbr.org Join the largest Android brazilian community! slack.kotlinlang.org Contribute to the worldwide Kotlin community! meetup.com/kotlin-meetup-sp Join the growing Kotlin Meetup SP!