Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Custom Controls in MvvmCross
Search
Stuart Lodge
May 14, 2013
Technology
1
830
Custom Controls in MvvmCross
Stuart Lodge
May 14, 2013
Tweet
Share
More Decks by Stuart Lodge
See All by Stuart Lodge
Future Decoded - VisualStudio and Xamarin talk
cirrious
0
210
Data Bind Everything
cirrious
0
4.9k
MvvmCross - Presentation to BCS Edinburgh
cirrious
0
180
MobDevCon MvvmCross Workshop
cirrious
0
3.4k
Static Version of MvvmCross Evolve talk
cirrious
0
140
Jago?
cirrious
0
170
Presenters in MvvmCross
cirrious
1
32k
Saying SOLID with PCL
cirrious
0
3.5k
Using SQLite.Net In MvvmCross
cirrious
0
1.1k
Other Decks in Technology
See All in Technology
モバイルゲームの開発を支える基盤の歩み ~再現性のある開発ラインを量産する秘訣~
qualiarts
0
450
OpenTelemetry の Log を使いこなそう
biwashi
5
1k
大規模イベントを支える ABEMA の アーキテクチャ 変遷 2025
nagapad
1
110
Expertise as a Service via MCP
yodakeisuke
1
150
会社もクラウドも違うけど 通じたコスト削減テクニック/Cost optimization strategies effective regardless of company or cloud provider
aeonpeople
2
200
手動からの解放!!Strands Agents で実現する総合テスト自動化
ideaws
3
360
本当にわかりやすいAIエージェント入門
segavvy
10
6.1k
With Devin -AIの自律とメンバーの自立
kotanin0
2
430
ML Pipelineの開発と運用を OpenTelemetryで繋ぐ @ OpenTelemetry Meetup 2025-07
getty708
0
300
「AI駆動開発」のボトルネック『言語化』を効率化するには
taniiicom
1
190
スプリントレビューを効果的にするために
miholovesq
9
1.6k
Shadow DOM & Security - Exploring the boundary between light and shadow
masatokinugawa
0
720
Featured
See All Featured
The Language of Interfaces
destraynor
158
25k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.6k
Bash Introduction
62gerente
613
210k
BBQ
matthewcrist
89
9.7k
Facilitating Awesome Meetings
lara
54
6.5k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
Automating Front-end Workflow
addyosmani
1370
200k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
Being A Developer After 40
akosma
90
590k
Unsuck your backbone
ammeep
671
58k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.2k
Transcript
Custom Controls
Custom Controls • Owner Draw Controls • Sub-Classing Controls •
Composite/User Controls
Draw your own controls…
Bind by C# properties
Note: Namespace Abbreviations
Sub-classing controls
Composite Controls
Also… • Android XML has two nice additions: – include
– merge
Sample Shown in… https://github.com/slodge/MvvmCross- Tutorials/tree/master/MoreControls https://github.com/slodge/MvvmCross- Tutorials/tree/master/CustomBinding https://github.com/slodge/MvvmCross- Tutorials/tree/master/CompositeControl