Android online documentation
The official Android documentation provided by Google is available at http://developer.android.com/. This documentation contains all the necessary guides to learn not only how to program Android applications, but also how to design for Android and how to distribute and promote our applications. Since this website is quite extensive, here we are listing some of the specific guides useful to increase the knowledge exposed throughout the chapters of this book:
- Chapter 1, Installing and Configuring Android Studio:
- Android Studio documentation, at http://developer.android.com/tools/studio/index.html
- Known issues, at http://tools.android.com/knownissues
- Chapter 2, Starting a Project:
- App Bar, at https://developer.android.com/training/appbar/index.html
- Floating action button, at https://www.google.com/design/spec/components/buttons-floating-action-button.html
- Fragments, at https://developer.android.com/guide/components/fragments.html
- Navigation drawer, at https://www.google...