Why Decentralization Matters
Blockchain is a useless technology
2018년 2월 21일 수요일
2018년 2월 1일 목요일
참고하는 안드로이드 소스
Plaid
SdkSearch
AdaptiveIconPlayground
Conductor
FlexboxLayout
android-architecture
android-ktx
user interface samples
material-component
Android RecyclerView and ViewPager2 source code
Insetter
tivi
Okio :Kotlin으로 재작성
SdkSearch
AdaptiveIconPlayground
Conductor
FlexboxLayout
android-architecture
android-ktx
user interface samples
material-component
Android RecyclerView and ViewPager2 source code
Insetter
tivi
Okio :Kotlin으로 재작성
피드 구독하기:
글 (Atom)
Generic interfaces 요점
https://go.dev/blog/generic-interfaces Generic interface를 정의할 때 최소한의 제약만을 정의하고 실제 구현체들이 자신만의 필요한 제약을 추가할 수 있도록 하는 것이 좋다. pointer receiver를...