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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Stuart Lodge
May 14, 2013
Technology
1
840
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
230
Data Bind Everything
cirrious
0
5k
MvvmCross - Presentation to BCS Edinburgh
cirrious
0
200
MobDevCon MvvmCross Workshop
cirrious
0
3.4k
Static Version of MvvmCross Evolve talk
cirrious
0
160
Jago?
cirrious
0
200
Presenters in MvvmCross
cirrious
1
32k
Saying SOLID with PCL
cirrious
0
3.5k
Using SQLite.Net In MvvmCross
cirrious
0
1.2k
Other Decks in Technology
See All in Technology
論文検索を日本語でできるアプリを作ってみた
sailen2
0
150
全自動で回せ!Claude Codeマーケットプレイス運用術
yukyu30
3
150
LINEヤフーにおけるAI駆動開発組織のプロデュース施策
lycorptech_jp
PRO
0
300
Databricksアシスタントが自分で考えて動く時代に! エージェントモード体験もくもく会
taka_aki
0
250
Bill One 開発エンジニア 紹介資料
sansan33
PRO
5
18k
Claude Codeと駆け抜ける 情報収集と実践録
sontixyou
2
1.3k
Snowflakeデータ基盤で挑むAI活用 〜4年間のDataOpsの基礎をもとに〜
kaz3284
1
310
トラブルの大半は「言ってない」x「言ってない」じゃねーか!!
ichimichi
0
250
dbt meetup #19 『dbtを『なんとなく動かす』を卒業します』
tiltmax3
0
130
インシデント対応入門
grimoh
7
5.7k
バクラクのSREにおけるAgentic AIへの挑戦/Our Journey with Agentic AI
taddy_919
2
850
【2026年版】生成AIによる情報システムへのインパクト
taka_aki
0
200
Featured
See All Featured
Making the Leap to Tech Lead
cromwellryan
135
9.7k
The untapped power of vector embeddings
frankvandijk
2
1.6k
Leadership Guide Workshop - DevTernity 2021
reverentgeek
1
220
For a Future-Friendly Web
brad_frost
183
10k
Reality Check: Gamification 10 Years Later
codingconduct
0
2k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.4k
Ruling the World: When Life Gets Gamed
codingconduct
0
160
KATA
mclloyd
PRO
35
15k
HU Berlin: Industrial-Strength Natural Language Processing with spaCy and Prodigy
inesmontani
PRO
0
250
[SF Ruby Conf 2025] Rails X
palkan
2
800
Money Talks: Using Revenue to Get Sh*t Done
nikkihalliwell
0
170
Embracing the Ebb and Flow
colly
88
5k
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