Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Mastering Tools for Android

Mastering Tools for Android

Learn about how you can master various tools in Android to become an efficient and productive Android Dev

Presentation for Devfest New Delhi '16

Check the one with animated gif here : https://goo.gl/Fn7Rie

Nishant Srivastava

October 08, 2016
Tweet

More Decks by Nishant Srivastava

Other Decks in Technology

Transcript

  1. Android Studio : Live Templates Live Templates are shortcuts displayed

    as code-completion options that, when selected, insert a code snippet that you can tab through to specify any required arguments.
  2. Android Studio : Plugins ADB Idea Javadoc Generator Findbugs Checkstyle

    SonarLint Keypromoter Material Design Icon Generator String Manipulation Line Sorter
  3. Android Studio : Monitors Android Monitor is integrated into Android

    Studio and provides logcat, memory, CPU, GPU, and network monitors for app debugging and analysis.
  4. Android Studio : Keyboard Shortcuts https://github.com/nisrulz/android-tips-tricks#android-studio https://stanfy.com/blog/use-android-studio-like-a-pro/ (Image taken from

    :https://stanfy.com/wp-content/uploads/2016/06/Android-Studio-Shortcuts-Cheatsheet.png) Credit belongs to the original creator
  5. ADB Android Debug Bridge (adb) is a versatile command line

    tool that lets you communicate with an emulator instance or connected Android-powered device. It also provides access to the device shell.