Top Banner
Android studio 2.2
12

Android studio 2.2 Tips and Tricks

Apr 12, 2017

Download

Software

UPTECH
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Android studio 2.2 Tips and Tricks

Android studio 2.2

Page 2: Android studio 2.2 Tips and Tricks

What is new?There are a few of new features in that version of IDE, which could make developing process easier

Page 3: Android studio 2.2 Tips and Tricks

New UI Layout builder and Constraint Layout

● Useful for Constraint Layout attributes configuration● scrollView content could be scrolled in layout preview● Blueprint mode

Page 4: Android studio 2.2 Tips and Tricks
Page 5: Android studio 2.2 Tips and Tricks

Layout inspector● This tool analyze view hierarchy and show attributes for UI elements on the

screen● Could be accessed by Tools>Android>Layout Inspector

Page 6: Android studio 2.2 Tips and Tricks
Page 7: Android studio 2.2 Tips and Tricks

Firebase Plugin● Could be accessed with Tools>Firebase● Provide ways for firebase components set up● Usage samples● Import to the project

Page 8: Android studio 2.2 Tips and Tricks
Page 9: Android studio 2.2 Tips and Tricks

Virtual sensors for emulator

Page 10: Android studio 2.2 Tips and Tricks

Apk Analyzer

Page 11: Android studio 2.2 Tips and Tricks

Espresso Test Recorder● Generate tests for user actions ● Import Espresso into the project

Page 12: Android studio 2.2 Tips and Tricks

Other features● Build cache (android.enableBuildCache=true)● Merged Manifest viewer● Improved C++ support● Samples browser● Tools could be downloaded and updated in background!!!