dee-to / dee-to.github.io

A minimal, responsive, and feature-rich Jekyll theme for technical writing.
https://chirpy.cotes.page
MIT License
0 stars 0 forks source link

https://dee-to.github.io/posts/android-widget/ #6

Open utterances-bot opened 2 weeks ago

utterances-bot commented 2 weeks ago

Android Widget | 답없는라이언

Android, Kotlin, C++

https://dee-to.github.io/posts/android-widget/

sjshin-hdtel commented 2 weeks ago

아래의 내용들도 확인해보면 좋을 것 같습니다.ㅎ

  1. SharedPreferences와 DataStore에 대해 공부해서 두 가지를 비교해보고 DataStore를 사용하면 좋을 것 같습니다.
  2. Widget에서 onUpdate()에서 setOnClickPendingIntent()를 반복적으로 호출해도 괜찮을까? 그렇다면, 왜 괜찮을까?
  3. 예제 프로젝트의 isChecked 변수를 활용해서 when()문을 없애고 간편하게 처리하는 방법?
  4. PendingIntent.FLAG_IMMUTABLE 외에 또 어떤 것들이 있을까요?