Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nishtahir/mektory-beginnersandroid
- Owner: nishtahir
- License: apache-2.0
- Created: 2015-02-17T10:00:34.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-11T08:30:44.000Z (over 9 years ago)
- Last Synced: 2024-04-17T11:16:18.060Z (9 months ago)
- Language: Java
- Size: 1.36 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)