Difference between revisions of "Working with Android Studio"
Tai Nguyen (talk | contribs) (→Week 4 (Feb. 1-7)) |
Elsi Nushaj (talk | contribs) (→Week 4 (Feb. 1-7)) |
||
Line 7: | Line 7: | ||
== Week 4 (Feb. 1-7) == | == Week 4 (Feb. 1-7) == | ||
#Using Github with Android Studio (2013) [https://michaelcarrano.com/blog/using-github-with-android-studio] (Tai Nguyen 2/4/2015: Simple instructions) | #Using Github with Android Studio (2013) [https://michaelcarrano.com/blog/using-github-with-android-studio] (Tai Nguyen 2/4/2015: Simple instructions) | ||
+ | #Pressing Alt + Enter while typing code will auto complete the rest of the code (2014) [http://www.techrepublic.com/article/four-handy-android-studio-shortcuts-for-eclipse-users/] (Elsi Nushaj 2/6/2015: Shortcut for completion of code) | ||
== Week 5 == | == Week 5 == |
Revision as of 20:01, 6 February 2015
Week 3 (Jan. 25 - 31)
- Android Tutorial for Beginners: Part 1 (2014) [1] (Peter Liu 1/25/2015: easy to follow)
- You can easily add common methods to any activity or classes. Simply press ctrl + o and a "Select Methods to override/implement" window will appear. Here you will select your required methods. Some other shortcut keys are listed here. GitHub -Krishanthan Lingeswaran
- Pressing ctrl + Q while a method or class is highlighted will quickly display the documentation for it. [2](Elsi Nushaj 1/31/2015: quick documentation shortcut)
- In Android Studio, press Alt + Enter (option + return on Mac) to import missing classes (Norbert Curiciac)
Week 4 (Feb. 1-7)
- Using Github with Android Studio (2013) [3] (Tai Nguyen 2/4/2015: Simple instructions)
- Pressing Alt + Enter while typing code will auto complete the rest of the code (2014) [4] (Elsi Nushaj 2/6/2015: Shortcut for completion of code)