This file contains 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 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 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 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 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 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 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 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 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 |
This file contains 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 Remote Debugger | |
https://github.com/zerobranch/android-remote-debugger |
NewerOlder