Changes

Jump to: navigation, search

Working with Android Studio

1,256 bytes added, 15:41, 18 April 2015
Week 13 (April 11 - 18)
== 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
 
== 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)
#A Curated List of IDE Plugins for Android Development (2015) [http://blog.jetbrains.com/idea/2015/04/a-curated-list-of-ide-plugins-for-android-development/] (Albert Kim 4/17/2015: A list of IDE plugins for Android)
#Android Location API using Google Play Services (2015) [http://blog.jetbrains.com/idea/2015/04/a-curated-list-of-ide-plugins-for-android-development/] (Tai Nguyen 4/17/2015: Working with google maps)
47
edits

Navigation menu