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

Introduction to Android Studio

Introduction to Android Studio

Presentation for beginner android developer who want to give a try presented at android month program at parul college, vadodara, gujarat.
It includes brief intro about android studio,short keys,emulator tool and many more

Kalpit Champanery

January 09, 2015
Tweet

Other Decks in Education

Transcript

  1. Hello! I AM KALPIT CHAMPANERY Android Developer, Co-Founder at digitalwebweaver,

    intern @pricebaba.com You can find me at @ckalpit kalpit.champanery [email protected]
  2. “ “Google is my best friend so first I always

    ask questions to him” “stack-overflow is my big brother he knows all possible solutions so I will visit it whenever I get stuck”
  3. Softwares and Tools to be downloaded ◦ Java Development Kit

    v1.6+ ◦ Android Studio (with SDK and Gradle ) Additionally Genymotion to replace native emulator. You should have little coding experience in java and need to be familiar with OOP’s concepts
  4. IT IS COMBINATION OF : Gradle: Project Automation Tool +

    Build Tool Google App Engine Pro Guard: Light App Code Google Cloud Platform
  5. FEATURES OVERVIEW ◦Flexible Gradle-based build system ◦Build variants and multiple

    apk file generation ◦Code templates to help you build common app features ◦Rich layout editor with support for drag and drop theme editing ◦Lint tools to catch performance, usability, version compatibility, and other problems ◦ProGuard and app-signing capabilities ◦Built-in support for Google Cloud Platform, making it easy to integrate Google Cloud Messaging and App Engine ◦And much more….
  6. How to enable Debuging mode in your device Android 4.x

    devices: Go to Settings > Developer Options > USB Debugging. For devices running Android 4.2.2 or later, you may need to unlock Developer Options before it is available within the Menu: •Tap "Settings" •Tap "About Device" •Tap on the "Build Number" button about 7 times. •Developer Mode should now be unlocked and available in Settings > More > Developer Options Android 2.x - 3.x devices: Go to Settings > Application > Development > USB Debugging.
  7. Few Short keys to increase your efficiency ◦ Go to

    class Ctrl + N ◦ Go to file Ctrl + Shift + N ◦ Navigate open tabs ALT + Left-Arrow; ALT + Right-Arrow ◦ Code Completion CTRL + SPACE ◦ Issue quick fix ALT + ENTER ◦ Line Comment or Uncomment CTRL + / ◦ Block Comment or Uncomment CTRL + SHIFT + / ◦ Build and run SHIFT + F10 ◦ Build CTRL + F9 ◦ Delete line CTRL + Y ◦ Safe Delete Alt + DELETE
  8. CREDITS Special thanks to all the people who made and

    released these awesome resources for free: ◦ Simple line icons by Mirko Monti ◦ E-commerce icons by Virgil Pana ◦ Streamline iconset by Webalys ◦ Presentation template by SlidesCarnival