+ All Categories
Home > Software > Android studio 2.2 Tips and Tricks

Android studio 2.2 Tips and Tricks

Date post: 12-Apr-2017
Category:
Upload: uptech
View: 76 times
Download: 2 times
Share this document with a friend
12
Android studio 2.2
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!!!


Recommended