Difference between revisions of "Working with Android Studio"

From CDOT Wiki
Jump to: navigation, search
(Week 4)
Line 5: Line 5:
 
#In Android Studio, press Alt + Enter (option + return on Mac) to import missing classes (Norbert Curiciac)
 
#In Android Studio, press Alt + Enter (option + return on Mac) to import missing classes (Norbert Curiciac)
  
== Week 4 ==
+
== Week 4 (Feb. 1-7) ==
  
 
== Week 5 ==
 
== Week 5 ==

Revision as of 11:12, 5 February 2015

Week 3 (Jan. 25 - 31)

  1. Android Tutorial for Beginners: Part 1 (2014) [1] (Peter Liu 1/25/2015: easy to follow)
  2. 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
  3. 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)
  4. In Android Studio, press Alt + Enter (option + return on Mac) to import missing classes (Norbert Curiciac)

Week 4 (Feb. 1-7)

Week 5

Week 6

Week 7