Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Latest commit

 

History

History
49 lines (42 loc) · 2.96 KB

Android.md

File metadata and controls

49 lines (42 loc) · 2.96 KB

Android

Courses

References

  • developer.android.com/guide
    • Documentation and Codelabs
  • Android Studio Keyboard Shortcuts
    • Lists all the keyboard shortcuts Android Studio offers by default.
    • These can save a lot of time, so it's highly recommended to read through it to see what exists and bookmark it to reference later.
    • If you don't know the shortcut for something, you can always find it with "Find Action" (Control + Shift + A or Command + Shift + A).
  • github.com/JStumpp/awesome-android
    • Huge curated list of Android libraries and resources
  • Android presentation
    • Android basics and todo-list demo app. Refer to presentation notes for more detailed information.

Android Studio Plugins

To add plugins, go to File > Settings > Plugins > Browse Repositories.

  • Android WiFi ADB: easily install and run app over wifi
  • Key Promoter X: notifies you if you used the mouse for an action that has a shortcut. Also suggests creating shortcuts if you use an action often.
  • Markdown Navigator: preview markdown files plus many other tools for editing markdown files

YouTube Channels

Design

Podcasts

It's recommended to use a podcast app such as Castbox instead of going directly to each podcast's site.

Other