Changes

Jump to: navigation, search

Working with Android Studio

535 bytes added, 04:54, 4 April 2015
Week 12 (March 29 - April 4)
== Week 12 (March 29 - April 4)==
#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

Navigation menu