Today's

길을 나서지 않으면 그 길에서 만날 수 있는 사람을 만날 수 없다

반응형

전체 글 438

라즈베리파이을 아실까 ?

이전 부터 해오던 취미 생활을 업그레이드 해야 할 것 같아요... 그래서 다시금 자료를 찾아 수집을 해 볼 까 합니다. 오늘은 첫번째... 영어로 작성된 글을 옮겨 적어 봅니다. 원작자 분에게 감사의 인사를 드리며... https://cruzc09.medium.com/setting-up-a-rasberry-pi-4-19617ec1f709 Setting up a Rasberry Pi 4 Although there are several Rasberry Pi models, it is without a doubt that the Raspberry Pi 4 Model B is the newest, cheapest, and simplest… cruzc09.medium.com Rasberry Pi 모델이 여러 개 있..

그냥글쓰기 2022.02.09

안드로이드 앱 만들기 : workmanager kotlin api (번역)

https://medium.com/androiddevelopers/workmanager-kotlin-apis-a0fb9dfbfeb6 WorkManager — Kotlin APIs WorkManager provides a set of APIs that makes it easy to schedule asynchronous tasks for immediate or deferred execution that are expected… medium.com 이제 kotlin 으로 전향(?)을 하기 위해서 배우기 시작... 오늘은 medium 에서 보내온 메일 내용 중에 workmanger 관련된 자료가 있어서 번역을 해 볼까 한다. 먼저 글을 작성해 주신 분께... 감사합니다. 먼저 workManager 에 대해서 ..

안드로이드 앱 만들기 : 구글 인앱 결제 오류 대처

https://developer.android.com/google/play/billing/billing_reference?hl=ko Google Play 결제 AIDL 참조 문서 | Google Play 결제 시스템 | Android Developers 이 문서에서는 Google Play 결제 AIDL을 사용하기 위한 기술 참조 정보를 제공합니다. developer.android.com BILLING_RESPONSE_RESULT_ITEM_ALREADY_OWNED (응답 코드 7)를 만나는 경우는 어떻게 할까? fun getAllPurchasedItem() { billingClient.queryPurchaseHistoryAsync(BillingClient.SkuType.INAPP, this) } // 최근..

반응형