(240605) Medium Daily Digest

Godomin·2024년 6월 4일

Medium-Daily-Digest

목록 보기
15/24

🥳 Finally! — Working Samples 📚 in Android Studio

https://proandroiddev.com/finally-working-samples-in-android-studio-7edd8bd05bba

source.jar 파일 안에 @sample 태그에 선언

Kelp plugin을 설치하면 이미지도 볼 수 있다.

Supercharging Android Build Processes to Boost Developer Efficiency

https://techblog.lazypay.in/supercharging-android-build-processes-to-boost-developer-efficiency-857c48e58946

  • Kotlin-DSL: build-logic 모듈을 추가하고 내부에 custom plugin을 생성하면 빌드 되는 범위를 쪼갤 수 있다.
  • Version catalog: 라이브러리 버전 자동 업데이트 경고를 받을 수 있다.
  • Gradle 설정: 빌드 속도를 높일 수 있는 옵션들이 있다.
  • KSP: KAPT보다 최대 2배 더 빠르다.

Geofence in Android

https://medium.com/@KaushalVasava/geofence-in-android-8add1f6b9be1

Geofence란 특정 위치에서 반경을 설정하여 울타리 영역을 만드는 것이다. 앱당 최대 100개의 활성 geofence를 보유할 수 있다.

0개의 댓글