How to track opened file(s) in Android Studio? -
i new android studio. in visual studio, there functionality track opened files. i.e if have file named usercontrol.ascx opened in right pane, in left pane, source tree is, high-light file in solution explorer.
does such functionality exist in android studio? poked around ide, , doesn't seem find it?
please advise.
project , file structure
android project view
by default, android studio displays project files in android project view. view shows flattened version of project's structure provides quick access key source files of android projects , helps work gradle-based build system. android project view:
shows important source directories @ top level of module hierarchy. groups build files modules in common folder. groups manifest files each module in common folder.
Comments
Post a Comment