본문 바로가기

728x90
반응형

exoplayer

10/20 read post 1. 출처 : https://medium.com/androiddevelopers/android-styling-themes-vs-styles-ebe05f917578 제목 : Android styling: themes vs styles 요약 : 테마와 스타일의 차이점에 대해서 설명합니다. 둘은 동일한 태그를 사용하지만 다릅니다. 스타일은 보기 속성 값의 모음이고, 뷰는 하나의 스타일만 적용가능합니다. 테마는 앱 전반에 걸쳐 광범위하게 명명된 리소스의 모음입니다. 인터페이스와 유사하며 context 가 있는 모든 객체에서 얻을 수 있고, 테마를 지정하면 하위 노드에 계단식으로 적용됩니다. 2. 출처 : https://medium.com/androiddevelopers/android-styling-common-.. 더보기
10/12 read post 1. 출처 : https://medium.com/@nicolas.tresegnie/the-difference-between-encoding-hashing-encryption-and-signing-f95e858de97a 제목 : The difference between encoding, hashing, encryption and signing 요약 : 인코딩과 해싱, 암호화 및 서명의 차이점에 대해서 설명합니다. 인코딩은 다른형식으로 변환하는 방식입니다. enconding/deconding 이 가능합니다. 종류에는 base64, Gzip 이 있습니다.(jpeg 은 손실이 발생하므로 인코딩이 아닙니다) 해싱은 데이터를 다른 고정 길이 값으로 변환하는 단방향 프로세스입니다.PBKDF2, md5 가 있습니다. .. 더보기
10/11 read post 1. 출처 : https://medium.com/better-programming/mastering-the-android-touch-system-41234cf3c3b3 제목 :Mastering the Android Touch System 요약 : 터치 시스템에 대해서 설명합니다. 터치는 input Manager service -> window -> activity -> decor View -> Content View -> 하위 view 들 순으로 전달되며 dispatchTouchEvent 는 터치 이벤트를 수신하는 첫번째 메서드입니다. onInterceptTouchEvent 및 requestDisallowIntercept 메서드를 설명합니다. 그리고 이후 예시를 통해 설명합니다. 2. 출처 : https.. 더보기
10/1 read post 1. 출처 : Migrating to the new coroutines 1.6 test APIs 제목 : Migrating to the new coroutines 1.6 test APIs 요약 : 1.6 에서 바뀐 api 와 이전 api 를 비교해서 설명합니다. runBlockingTest 대신 runtest 를 사용하고 TestCoroutineDispatcher 대신 TestDispatcher 를 사용해야 합니다. 2. 출처 : kotlinx.coroutines/MIGRATION.md at master · Kotlin/kotlinx.coroutines 제목 : Migration to the new kotlinx-coroutines-test API 요약 : 새로운 코루틴 test api 로 마이그레이션 .. 더보기

728x90
반응형