Android

"Refactor Type" Shortcut in Android Studio



In this Android Studio Note video you’ll learn about the helpful refactor type shortcut:

Tip: turn on subtitles to deal with my accent. A full transcript is also available below.

Mac: command+shift+f6
Windows: control+shift+f6

Watch the playlist with all Notes here: ►https://www.youtube.com/playlist?list=PLpUMhvC6l7APQNFuJaNFhBmMj5ErOpb1d

—————————————-

Future Studio is helping 5,000+ users daily to solve Android and Node.js problems with 320+ written tutorials and videos. We’re on a mission to provide new in-depth content every week.

Checkout 320+ technical in-depth tutorials:
►https://futurestud.io

Subscribe for two new videos every week:
►https://www.youtube.com/c/FutureStudio?sub_confirmation=1

—————————————-

Follow us on social media to get updates on new content:
►https://twitter.com/futurestud_io
►https://www.facebook.com/FutureStudioUniversity
►https://plus.google.com/+FutureStudioUniversity

—————————————-

Transcript:

Hey what is up everyone, Norman from futurestud.io University here and welcome to another video in Android Studio Note series. In less than five minutes you will learn a little trick to increase the productivity every single day.
Today we have the refactor type shortcut. I did that a lot in my past so if I wanted to change a type for example of a variable or maybe as a return type of the method I started just changing the type directly and then look through my code that nothing broke. That usually snowballed to more and more things that I had to fix and eventually it was a mess.
So much better is if you use a command+shift+f6 shortcut or control+shift+f6 for the Windows users and it will suggest you a little dialog where you can directly change the return type.
So that changes from boolean to string. What you will see is that it will show you all the things that will break with this [change]. So you will see these three return true or false statements. They can’t return, because that’s not a string. So this needs to be fixed and you will also see that there is an expression which calls this method which expects the boolean and not a string. We will also need to fix that.
You can use this dialog to help you get an overview what you need to change before making the changes. This increases the chances that your changes will be successful. This also reduces the risk that something breaks in your code because it didn’t think about this change before.
So please use the refactor type dialog to make sure that you won’t break your code.
That’s it.
Thank you for watching. If you didn’t know the refactor type dialog before give this video a like and subscribe for more videos.
Make it rock!

Views :1317
android studio

Source by Future Studio

Mourad ELGORMA

Fondateur de summarynetworks, passionné des nouvelles technologies et des métiers de Réseautique , Master en réseaux et système de télécommunications. ,j’ai affaire à Pascal, Delphi, Java, MATLAB, php …Connaissance du protocole TCP / IP, des applications Ethernet, des WLAN …Planification, installation et dépannage de problèmes de réseau informatique……Installez, configurez et dépannez les périphériques Cisco IOS. Surveillez les performances du réseau et isolez les défaillances du réseau. VLANs, protocoles de routage (RIPv2, EIGRP, OSPF.)…..Manipuler des systèmes embarqués (matériel et logiciel ex: Beaglebone Black)…Linux (Ubuntu, kali, serveur Mandriva Fedora, …). Microsoft (Windows, Windows Server 2003). ……Paquet tracer, GNS3, VMware Workstation, Virtual Box, Filezilla (client / serveur), EasyPhp, serveur Wamp,Le système de gestion WORDPRESS………Installation des caméras de surveillance ( technologie hikvision DVR………..). ,

Laisser un commentaire

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *