안드로이드 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.
'xamarin' 카테고리의 다른 글
xamarin android resource 빨간줄 세팅 (mac) (0) | 2018.08.30 |
---|---|
xamarin "Package restore failed" (0) | 2018.07.20 |
xamarin DependencyService 사용하기 (0) | 2018.07.06 |
xamarin library unit test (0) | 2018.07.06 |
xamarin android sqlite 추가하기 (0) | 2018.07.06 |