GeekHub - Android

Report 2 Downloads 35 Views
GeekHub - Android Season 3 (2013/2014)

Game rules 1. 2. 3. 4.

Много самостоятельной работы Посещения Выполнение домашних заданий Прогресс в обучении

GitHub GitHub is the best place to share code with friends, co-workers, classmates, and complete strangers. Over four million people use GitHub to build amazing things together.

GitHub 1. Установка Git 2. Создание репозитория 3. Основные комманды Git (init, clone, add, commit, checkout, pull, push) http://git-scm.com/ https://help.github.com/ https://help.github.com/articles/set-up-git https://help.github.com/articles/create-arepo

IDE selection 1. Eclipse http://www.eclipse. org/downloads/packages/eclipse-standard431/keplersr1 2. IntelliJ IDEA (CE) http://www.jetbrains.com/idea/download 3. Android Studio http://developer.android. com/sdk/installing/studio.html

Devices 1. AVD Manager http://developer.android. com/tools/devices/index.html 2. Genymotion http://www.genymotion.com 3. Hardware Devices http://developer.android. com/tools/device.html

Create new project 1. Project structure http://developer.android. com/tools/projects/index.html 2. ManifestAndroid.xml http://developer.android. com/guide/topics/manifest/manifest-intro. html 3. Activities http://developer.android. com/guide/components/activities.html

Create new project 4. Fragments http://developer.android. com/guide/components/fragments.html 5. Compatibility library (android-support-v4. jar) 6. Run/Debug configuratios

What to read 1. http://d.android.com/ 2. http://developer.android. com/design/index.html 3. http://developer.android. com/develop/index.html

Hometask Создать репозиторий на GitHub. В нем создать проект для выполнения Д/З. Создать простое приложение с использованием фрагментов, minSdkVersion=8.