xamarin 17번째 강의로,
xamain에서 나만의 custom native control을 만드는 방법을 4회에 걸쳐 설명합니다.
native control은 platform dependent하게 해당 platform에서 제공하는 control들을 말합니다.
내가 새로운 native control을 만들면 그걸 사용하기 위해,
xamarin영역에서 view를 만들고,
platform 영역에서 renderer를 만들어
view와 native control을 연결해 줘야합니다.
이번 강의에서는 xamarin의 element 중,
native control을 보여주는 추상 영역인 view,
view와 native control을 이어주는 renderer,
그리고 native control의 차이를 설명합니다.
'프로그래밍 > xamarin' 카테고리의 다른 글
xamarin 강좌 019. Custom Native Control 만들기(3) - xaml 파일에서 속성값을 native control로 전달하기 (0) | 2020.12.31 |
---|---|
xamarin 강좌 018. Custom Native Control 만들기(2) - View, Renderer, Native Control 뼈대 만들기 (0) | 2020.12.30 |
xamarin 강좌 016. data binding 2 - 내가 만든 클래스와 xaml 데이터 바인딩 (0) | 2020.12.28 |
xamarin 강좌 015. data binding 1 - xaml과 xaml.cs 파일과의 연계 (0) | 2020.12.27 |
xamarin 강좌 014. Label View (1) | 2019.03.13 |