This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Часть 1: Анализ Будущих Трендов | |
| ## Вероятность Мирового Экономического Кризиса | |
| Краткосрочная Перспектива (2024-2030): | |
| - Вероятность: 60-70% | |
| - Триггеры: уровни долга, геополитическая напряженность, технологические изменения | |
| - Влияние: волатильность рынков, сокращение рабочих мест, экономическая реструктуризация | |
| Долгосрочная Перспектива (2030-2040): | |
| - Вероятность: 70-80% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Преимущества Single Activity | |
| - Меньше время переключения экранов (запуск новой активити требует больше времени, и этим процессом управляет ОС) | |
| - Проще передать данные между фрагментами, чем между активити | |
| - Проще сделать анимацию при переходе между экранами | |
| - При пересоздании приложения не возникает NPE из-за того, что скоупа предыдущей активити не существует (так как она еще не восстановлена), если мы от него зависим в текущей активити |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Jetpack Compose Links | |
| Codelabs | |
| https://developer.android.com/courses/pathways/compose | |
| Samples | |
| https://github.com/android/compose-samples | |
| Android Jetpack Compose Crash course on creating clean UIs (Course on Udemy) | |
| https://www.udemy.com/course/jetpack-compose-masterclass/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Remote work links | |
| https://indeed.com/ | |
| https://www.linkedin.com/jobs | |
| https://stackoverflow.com/jobs | |
| https://www.glassdoor.com/ - useful for getting insight about a company you are applying to (there are many reviews) | |
| https://remoteok.io/ | |
| https://remote.com/ | |
| https://angel.co/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Scrum Links | |
| https://www.scrum.org/professional-scrum-competencies | |
| https://www.scrum.org/resources/nexus-guide | |
| https://www.scrum.org/professional-scrum-master-i-certification | |
| https://www.udemy.com/course/scrum-master-certification-preparation-mock-exam-questions-psm-i/ | |
| https://www.funretrospectives.com/ | |
| https://retromat.org/en/?id=122-5-74-48-23 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Paracord Zipper Pulls | |
| https://www.youtube.com/watch?v=AZaMUCpZwwk |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Mail.Ru Android Api | |
| OFFICIAL | |
| https://api.mail.ru/docs/guides/oauth/standalone/ | |
| https://o2.mail.ru/app/ | |
| https://api.mail.ru/apps/my/ | |
| https://api.mail.ru/sites/my/ | |
| SDK | |
| https://github.com/mailru/mail-auth-sdk-android |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Twitter Android API | |
| OFFICIAL | |
| https://developer.twitter.com/en/docs/twitter-api/tools-and-libraries | |
| Twitter Kit Android - Deprecated | |
| https://github.com/twitter-archive/twitter-kit-android | |
| Example | |
| https://johncodeos.com/how-to-add-twitter-login-button-to-your-android-app-using-kotlin/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Full Emoji List | |
| https://unicode.org/emoji/charts/full-emoji-list.html | |
| Android | |
| https://developer.android.com/guide/topics/ui/look-and-feel/emoji-compat | |
| https://medium.com/exploring-android/exploring-the-android-emoji-compatibility-library-1b9f3bb724aa |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Android release build logging | |
| Ways to see logs in Android release build: | |
| 1. Android Studio -> logcat -> No Filters | |
| 2. adb logcat | |
| 3. pidcat | |
| https://github.com/JakeWharton/pidcat |
NewerOlder