xamarin
android home widget 지원목록
솜주먹팡팡
2018. 9. 1. 22:04
안드로이드 home screen widget 을 앱처럼 만들면 된다고 생각했지만 그렇지 않다.
일단 쓸수 있는 view가 한정돼있고, view를 다루는 방법도 다르다.
문서 - https://developer.android.com/guide/topics/appwidgets/#Basics
위젯에 이벤트 핸들러를 붙이려면 RemoteView를 사용해야한다.
그리고 지원 목록은 몇개 부족하다.
A RemoteViews object (and, consequently, an App Widget) can support the following layout classes:
And the following widget classes:
AnalogClock
Button
Chronometer
ImageButton
ImageView
ProgressBar
TextView
ViewFlipper
ListView
GridView
StackView
AdapterViewFlipper
Descendants of these classes are not supported.