Difference between revisions of "Working with Android Studio"
Klingeswaran (talk | contribs) (→Week 3 (Jan. 25 - 31)) |
(→Week 3 (Jan. 25 - 31)) |
||
Line 1: | Line 1: | ||
== Week 3 (Jan. 25 - 31) == | == Week 3 (Jan. 25 - 31) == | ||
#Android Tutorial for Beginners: Part 1 (2014) [http://www.raywenderlich.com/78574/android-tutorial-for-beginners-part-1] (Peter Liu 1/25/2015: easy to follow) | #Android Tutorial for Beginners: Part 1 (2014) [http://www.raywenderlich.com/78574/android-tutorial-for-beginners-part-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. [https://gist.github.com/arriolac/7742342 GitHub] -Krishanthan Lingeswaran | ||
#??? | #??? | ||
− | |||
− | |||
− | |||
− | |||
− | |||
== Week 4 == | == Week 4 == |
Revision as of 19:54, 26 January 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
- ???