Changes

Jump to: navigation, search

Working with Android Studio

2,306 bytes added, 15:41, 18 April 2015
Week 13 (April 11 - 18)
#How to add a pie chart to your project in android studio [http://stackoverflow.com/questions/20835628/how-to-draw-a-pie-chart-in-android] (Joshua Byer 3/19/2015)
#The Ctrl + D key binding is great for quickly duplicating code lines or fragments. Simply select the desired line or fragment and enter this key binding. (Norbert Curiciac 3/19/2015)
#cmd+shift+e - Same as the above but listing only files that have been edited. (Tai Nguyen 3/19/2015)
#To show line numbers on XML files in android studio, click the grey bar at the top right of the screen (2013) [http://stackoverflow.com/questions/5798009/no-line-numbers-in-eclipse-or-android-studio-xml-editor] (Elsi Nushaj 3/21/2015: XML line number view)
 
== Week 11 (March 22 - 28)==
#To see the call hierarchy for a method enter the shortcut CTRL + ALT + H (2014) [http://www.developerphil.com/android-studio-tips-of-the-day-roundup-1/] (Elsi Nushaj 3/22/2015: See call hierarchy)
#If Intel HAXM does not install on your computer it is because you are not using a Intel processor (Joshua Byer 3/28/2015)
 
== 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