FTC Ninja

A website devoted to technical training for the First Tech Challenge

How do I do that?

Android Studio Visual Lookup Table


Android Studio Visual Reverse Lookup

This page is intended to help you find out how to do things in Android Studio. Often the challenge here is may not know what specifically a thing is called. Given that, I often find that it is difficult to even know how to search for it. On that page I've listed a variety of settings that you may want to enable or disable within Android Studio, most being part of the FTC Ninja's Recommended Android Studio Settings setup. Use this to find the name of the specific setting or option that you are looking to enable or disable, and then click on each to directly be shown how to update that setting.

Function Parameter Name Hints:

Image comparing a function call within Android Studio with function parameter name hints both enabled and disabled.

Auto Display Code Completion:

Image showing the code completion aspect of Android Studio after typing a period following a java object.

Display Documentation:

Image showing the function documentation within Android Studio.

FTC Ninja