====== Chapter 3 notes ====== ===== Keyboard shortcuts for emulators ===== There's no obvious way to do things like push power and volume buttons on an AVD. You can use keyboard shortcuts to do these kinds of things. The [[http://developer.android.com/tools/help/emulator.html#KeyMapping|official Android documentation]] misses some of the available shortcuts; the list at [[http://www.shortcutworld.com/en/win/Android-Emulator.html|shortcutworld.com]] is more complete. Genymotion shortcuts are listed in the [[https://www.genymotion.com/#!/developers/user-guide|user guide]] under "Keyboard Shortcuts". I wasn't able to find documentation for Visual Studio Emulator for Android's keyboard shortcuts. ===== p. 75: Project properties ===== * App Name: ''Messenger''((As though there weren't enough apps named "Messenger" already. :-/)) * Company Domain: ''hfad.com'' * Activity Name: ''CreateMessageActivity'' * Layout Name: ''activity_create_message'' ===== p. 76: Code block =====