Just migrating Eclipse to Android Studio, and struggling a lot without knowing much shortcuts and import the extended class methods such as "Right Click-> Source->Override/Implement Methods" then we implement methods. Here I found no Source option. How may I include those methods. plz help me to get this quickly, as now I'm typing them .
Asked
Active
Viewed 796 times
1 Answers
2
In Android Studio the menu you're looking for is Code
. You then can select what types of methods you need generated.

ChiefTwoPencils
- 13,548
- 8
- 49
- 75
-
how can I import the Classes like Activity, ActionBarActivity? – user3153551 Aug 22 '14 at 06:15
-
See [this](http://stackoverflow.com/questions/16615038/what-is-the-shortcut-to-auto-import-all-in-android-studio). – ChiefTwoPencils Aug 22 '14 at 06:21