Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nishtahir/mektory-beginnersandroid

Course page for the Beginners android development at TUT Mektory
https://github.com/nishtahir/mektory-beginnersandroid

Last synced: 23 days ago
JSON representation

Course page for the Beginners android development at TUT Mektory

Awesome Lists containing this project

README

        

# Mektory Beginners Android development

Course page for the Beginners android development at TUT Mektory

If you want to have your programs featured, provide some feedback or offer a suggestion, email me at

##What you need
- [Android Studio and the Android SDK](http://developer.android.com/sdk/index.html) - You can also use Eclipse + ADT plugin
- [Genymotion](http://http://www.genymotion.com/)

##Importan Links
- [Android documentation](http://http://developer.android.com/)
- [Google's Material design](http://https://www.google.com/design/spec/material-design/introduction.html)
- [Material design icons](http://https://github.com/google/material-design-icons)

## Important keyboard shortcuts
These shortcust work with **Android Studio**. They may require different combinations in other tools.

####Auto format code
CTRL + Alt + L (Windows/Linux)
CMD + Alt + L (Mac)

####Quick comment
CTRL + / (Windows/Linux)
CMD + / (Mac)

####Refactor this
CTRL + T (Windows/Linux/Mac)

#####Quick Inspect
ALt + Enter (Windows/Linux/Mac)