전체 글
-
Flutter I/O Extended Korea 2022Conference 2022. 6. 26. 17:33
https://festa.io/events/2361 Flutter I/O Extended Korea 2022 | Festa! Festa에서 당신이 찾는 이벤트를 만나보세요. festa.io Flutter I/O Extended Korea 2022 오프란인 행사에 참여 하였습니다. 전체 모든 파트를 참여하지는 않았고 Hands-on 파트만 참석하였습니다. hands-on 파트의 내용은 아래 CodeLab 내용을 진행 하였습니다. https://codelabs.developers.google.com/codelabs/first-flutter-app-pt1#0 Write your first Flutter app, part 1 | Google Codelabs Write your first Flutter app, ..
-
[GDG Android] I/O Extended Korea Android 2022Conference 2022. 6. 11. 12:58
https://gdg.community.dev/events/details/google-gdg-korea-android-presents-io-extended-korea-android-2022/#/purchase I/O Extended Korea Android 2022 | Google Developer Groups Hybrid Event - Android 와 관련된 소식만 따로 추려 모아 GDG Korea Android 커뮤니티분들과 함께 시간을 보내기 위해 Google I/O Extended Korea Android 2022 열었습니다! gdg.community.dev https://festa.io/events/2339 I/O 22 Extended in Korea Android | Festa! Festa에..
-
StringResGenerator (for.Android, iOS)Python 2022. 5. 6. 06:53
https://github.com/DNights/StringResGenerator GitHub - DNights/StringResGenerator: This project automatically creates string resources for Android and ios by reading excel fi This project automatically creates string resources for Android and ios by reading excel files in Google Drive. - GitHub - DNights/StringResGenerator: This project automatically creates string reso... github.com 구글 드라이브에 등록..
-
Google I/O 2022Conference 2022. 5. 5. 21:01
https://io.google/2022/ Google I/O 2022 I/O: Live From Shoreline. Join Online May 11-12, 2022. io.google 구글 I/0 2022 가 시작되었습니다. Google Keynote (Google I/O ‘22) https://youtu.be/nP-nMZpLM1A Developer Keynote (Google I/O '22) https://youtu.be/qBkyU1TJKDg Google I/O Adventure 비대면 사용자들을 위한 Google I/O Adventure 를 제공하여 전세계 사람들과 같이 Google I/O를 참여할 수 있도록 지원하여 주었습니다. 게더타운과 비슷한 형태입니다. Google I/O에서 학습하기를 모..
-
Github 프로필 꾸미기DevOps/Github 2022. 4. 25. 23:09
github에 자신의 아이디와 동일한 repository 를 생성시 프로필을 만들 수 있습니다. 만들어 두면 차후에 이력서로 사용하거나 이력을 설명하기에 매우 좋습니다. 위의 스크린샷 처럼 깃허브 캐릭터가 뜨면서 특별한 저장소라며 public으로 README를 초기화하고 시작하라고 안내가 뜹니다. 저는 이미 생성을 하여서 이미 존재하는 repository 라고 표기되고 있습니다. repository 가 생성된 후에는 README.md에 markdown으로 작성하려 프로필을 쓸 수 있습니다. 자신의 github에 접속하면 위와 같이 README 에작성한 내용이 바로 표기됩니다. https://github.com/DNights DNights - Overview I'm android developer. DNi..
-
Jetpack Compose Modifier.onFocusChanged에서 animateScrollTo 가 작동안되는 문제Android 2022. 4. 7. 17:21
기존에 TextField 에서 onFocusChanged 가 될때 animateScrollTo를 하는 기능이 있었는데 compose 버전을 1.0.5 에서 1.1.1 로 업데이트하면서 작동이 안되는 문제가 발생하였습니다. 해당문제에 대해서 테스트를 하다보니 animateScrollTo 가 아닌 scrollTo 를 사용하면 정상적으로 스크롤 이동이 가능하여 에니메이션 관련으로 검색중에 해당문제에 대한 힌트를 아래 이슈에서 찾을 수 있었습니다. https://issuetracker.google.com/issues/212982472 Google Issue Tracker issuetracker.google.com 해당현상은 onFocusChanged 가 호출시 Focus내부 에니메이션이 실행되면서 animate..
-
'compileDebugJavaWithJavac' task (current target is 11) and 'kaptGenerateStubsDebugKotlin' task (current target is 1.8) jvm target compatibility should be set to the same Java version.Android/Error 2022. 4. 6. 11:15
해당 경고는 compileOptions에 사용되는 java 버전과 kotlinOptions의 java 버전이 다를 경우 경고를 표시해 줍니다. 각 버전을 동일하게 맞추면 됩니다. Android { ... compileOptions { sourceCompatibility JavaVersion.VERSION_11 targetCompatibility JavaVersion.VERSION_11 } kotlinOptions { jvmTarget='11' } ... } [참고링크] https://stackoverflow.com/questions/69079963/how-to-set-compilejava-task-11-and-compilekotlin-task-1-8-jvm-target-com
-
scrcpy - Android 디바이스를 PC화면공유Tools 2022. 3. 25. 19:42
재택근무가 되면서 회의나 화면공유로 앱의 실행을 보여주여야 할때 실제 디바이스의 화면을 PC화면으로 표시하여 공유해줄수 있는 오픈소스 프로젝트 입니다. https://github.com/Genymobile/scrcpy GitHub - Genymobile/scrcpy: Display and control your Android device Display and control your Android device. Contribute to Genymobile/scrcpy development by creating an account on GitHub. github.com 설치방법 및 사용법은 아래 README를 참고하시면 됩니다. [한국어 README] https://github.com/Genymobile/s..
-
맥 zsh 에서 bash_profile 적용이 안될때자유글 2022. 1. 21. 14:48
macOS 버전 10.15 인 ‘카탈리나’ 부터 기본 쉘 (Shell) 이 bash 에서 zsh (Z shell) 로 변경 되었습니다. BashSell 의 라이선스 문제일것으로 추측하고 있습니다. 맥 터미널에서 zsh쉘을 디폴트로 사용하다보니 bash_profile에 있는 환경변수들이 터미널 실행시 불러오지 못하는 문제가 있습니다. source ./bash_profile 매번 source 를 부르는것도 귀찮은 일이라서 해결책을 찾아보았습니다. vim ~/.zshrc 일단 .zshrc 파일을 vim로 들어갑니다. 아래의 코드를 복사한뒤 붙여넣고 저장합니다. if [ -f ~/.bash_profile ]; then . ~/.bash_profile fi 터미널을 종료 후 다시 실행하면 bash_profile의..