기술공부 167

개발자 면접 질문 정리

3군데 면접 본 결과 들었던 질문 정리 1. 퇴사 이유 2. 스레드 vs 프로세스 차이 3. OOP 개념 4. Primary Key, Foreign Key 차이 5. Data Structure의 필요성 6. 순수 가상 함수란? 7. 젠킨스란? 아직 분산빌드인지? 8. 전 회사에서 했던 업무 -> 언리얼엔진이란? 언리얼 스크립트란? 9. DFS/BFS 개념 10. Git에서의 tag / branch 11. 본인의 장/단점 12. 최근에 했던 자기계발 13. 알고있는 디자인 패턴 14. 옵저버패턴이란? 리스너와 옵저버의 차이점 15. 가고싶은 회사 / 그 회사에서 무엇을 하고 싶은지? 1. 퇴사 이유 2. 다른 게임회사로 가지 않고 안드로이드로 전향한 이유 3. 개발을 좋아하는지? 개발..

개인/취뽀 2020.06.11

<2020.04.17> Android_Weekly #408

1.Merge adapters sequentially with MergeAdapter 단일 RecycleView에 MergeAdapter을 이용해 여러개의 Adapter을 순차적으로 추가함으로써 특정 부분에 대한 로직을 캡슐화 할 수 있다. 예제코드를 살펴보자~! https://medium.com/androiddevelopers/merge-adapters-sequentially-with-mergeadapter-294d2942127a Merge adapters sequentially with MergeAdapter Use case example: displaying a list header and footer medium.com https://developer.android.com/reference/and..

<2020.04.17> Android_Weekly #408

1. Layout Inspector 레이아웃 디버깅을 도와주는 툴인 Layout Inspector에 대한 내용 https://medium.com/androiddevelopers/layout-inspector-1f8d446d048 불러오는 중입니다... https://developer.android.com/studio/debug/layout-inspector Layout Inspector로 레이아웃 디버깅 | Android 개발자 | Android Developers Android 스튜디오의 Layout Inspector를 사용하면 앱 레이아웃을 디자인 모형과 비교하고, 앱의 확대 뷰를 표시하고, 런타임에 앱 레이아웃의 세부정보를 검토할 수 있습니다. developer.android.com 2. Fixin..

<20.04.14> Android_Weekly #408

1. Android Multi-Module & Dagger https://proandroiddev.com/android-multi-module-dagger-a-real-use-case-step-by-step-bbc03500f2f9 Android Multi-Module & Dagger: a real use case, step by step Start with a new project and arrive to a full Dagger multi-module integration. Step by Step excercise, with a real use case. proandroiddev.com 프로젝트에 다른 모듈 Dependency를 integrate하기 위해 Dagger을 어떻게 써야하는지 알려주는 기사 ..