Changes

Jump to: navigation, search

Working with Android Studio

304 bytes added, 22:14, 11 April 2015
no edit summary
#The short cut CTRL + F, to search, utilizes camel case searching (2014) [http://www.developerphil.com/android-studio-tips-of-the-day-roundup-1/] (Elsi Nushaj 3/29/2015: A person can search a lower case letter and an upper case one to find matches that have those, e.g. "oC" will give result "onCreate")
#Use the Android Device Manager on Android studio to help debug files within you application. Especially if you are heavily dependant on the Emulator. Lets say you want to find your DB file from the emulator you can use this to navigate to /data/data/APP_NAME and locate files here. If you are saving files onto the device, you can use this utility as well. You can also pull the files from the emulator. Utility also works with Physical devices, but needs to be rooted to be able to grab files and what not. -Krishanthan Lingeswaran
 
== Week 13 (April 11 - 18)==
#Right click a selection and choose compare with clipboard to compare code via a diff (2014) [https://github.com/pavlospt/Android-Studio-Tips-by-Philippe-Breault/wiki/Compare-With-Clipboard] (Elsi Nushaj 4/11/2015: A person can easily compare two sections of code together)

Navigation menu