Skip to content
negue edited this page Jun 3, 2015 · 2 revisions

Useful Android Studio Plugins

Varsity - autogenerates the type for variables

// from
var test = "test";  

// press enter

// to
String test = "test";
Clone this wiki locally