DzmitrySlutskiy / EpamTraining2019

28 stars 20 forks source link

Useful links and plugins 😉

Homework progress and deadline:

Don't hesitate to ask your mentor to actualize document.

https://docs.google.com/spreadsheets/d/1cMIg0OQsFTpISKxCy6Zlni_V2iDcj9CCzytG3qtckkY/edit?usp=sharing

Training chat in Telegram:

https://t.me/joinchat/DNzoqBZ3iHcGMtD4CzR5fw

Homework flow:

Feel free to create issue if some links don't work or you need some help

Architecture presentation:

https://docs.google.com/presentation/d/1Eb94Dv-Te9wGGDmdm7GJGTEJt_UNOGRr6WNzC9EMmag/edit?usp=sharing

08.04.2019 this task is optional

https://blog.mindorks.com/android-core-looper-handler-and-handlerthread-bd54d69fe91a https://developer.android.com/guide/components/processes-and-threads.html?hl=en https://developer.android.com/topic/performance/threads?hl=en https://developer.android.com/reference/android/os/AsyncTask https://developer.android.com/guide/components/loaders https://developer.android.com/reference/android/support/v4/app/LoaderManager.html https://developer.android.com/reference/android/os/ResultReceiver Review Sync collections https://habr.com/ru/company/luxoft/blog/157273/

28.04.2019

Patterns => http://citforum.ru/SE/project/pattern/

SOLID => https://ru.wikipedia.org/wiki/SOLID

KISS => https://ru.wikipedia.org/wiki/KISS_(%D0%BF%D1%80%D0%B8%D0%BD%D1%86%D0%B8%D0%BF)

YAGNI => https://ru.wikipedia.org/wiki/YAGNI

DRY => https://ru.wikipedia.org/wiki/Don%E2%80%99t_repeat_yourself

HW 24.04.2019

Gradle: https://developer.android.com/studio/build examples provided in /gradle branch of this project

Homework:

HW 18.04.2019

Kotlin: https://kotlinlang.ru/

Book: Kotlin in Action (Ru or EN)

Slides: https://docs.google.com/presentation/d/16ZdYrWNw9p0B5LHGAkcVW6wquiXM2pbR17c5aRWZ88o/edit?usp=drivesdk

Kotlin cheats 😉: Kotlin Cheat Sheet.

Homework: Make all exercises in kotlinKoans module and make sure that all test passes successfully.

The flow as usial: you make changes in separate branch and then open pull request + issue

HW 14.03.2019

Related documentation:

Theory

Practics

HW 11.03.2019

Compound view: https://code.tutsplus.com/tutorials/creating-compound-views-on-android--cms-22889

Navigation Drawer: https://developer.android.com/training/implementing-navigation/nav-drawer#java

You need to create Activity with Navigation Drawer and two or more Fragments which you will switch after clicking in NavDrawer.

Header is a compound view with Vector icon, User name, and email. Icon should be clickable and each click will change icon color (can be random color or predifined list)

HW 06.03.2019

More about Android Views:

sp, dp, px: https://startandroid.ru/ru/11-pamjatka/40-edinitsy-izmerenija-chem-otlichaetsja-dp-dip-ot-px-screen-density.html

Android Layouts:

https://o7planning.org/en/10423/android-ui-layouts-tutorial

https://habr.com/ru/post/181820/

https://developer.android.com/guide/topics/ui/declaring-layout?hl=ru

Dark mode: https://medium.com/androiddevelopers/appcompat-v23-2-daynight-d10f90c83e94

Homework you can find inside 👉 doc.

HW 04.03.2019

Remember - answer on almost every question you can ask is covered at https://developer.android.com/. If you don't understand what is service - you go to https://developer.android.com/guide/components/services. If you forgot what is BroadcastReceiver - you go to https://developer.android.com/guide/components/broadcasts and so on. In case items described too complicated, read usual articles on native language and then go back to the offical docs.

Theory

Practics

Optional for self-development

HW 28.02.2019

Presentation: Clean Code

More about: Clean Code [RU]

Part 1:

Part 2:

The best homework request will get to the repository 😎

HW 25.02.2019

Read about:

Presentation: Java Basics

HW 22.02.2019

No homework

useful tools

HW 18.02.2019

Usefull links .

progit: https://git-scm.com/book/ru/v2
https://developer.android.com/guide/

Create project (github || bitbucket), soursetree
Push Android Project to master in repo (.gitignore)
Create 'feature_1', 'feature_n' branches
Push all branches to remote
Emulate conflict in a few files
Merge conflict to master
Chery Pick
Rebase
Stash

create submodule and create few commits
make commit in main project which will point to some sha in submodule

branching model https://habr.com/ru/post/106912/

Send project theme and url to dsslutskiy@gmail.com Format First_Name Last_Name url name_of_proj