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
200
Data Bind Everything
cirrious
0
4.9k
MvvmCross - Presentation to BCS Edinburgh
cirrious
0
180
MobDevCon MvvmCross Workshop
cirrious
0
3.3k
Static Version of MvvmCross Evolve talk
cirrious
0
130
Jago?
cirrious
0
170
Presenters in MvvmCross
cirrious
1
32k
Saying SOLID with PCL
cirrious
0
3.4k
Using SQLite.Net In MvvmCross
cirrious
0
1.1k
Other Decks in Technology
See All in Technology
ドキュメント管理の理想と現実
kazuhe
1
280
生成AIによるCloud Native基盤構築の可能性と実践的ガードレールの敷設について
nwiizo
7
1.3k
フルカイテン株式会社 エンジニア向け採用資料
fullkaiten
0
5.4k
コードや知識を組み込む / Incorporating Codes and Knowledge
ks91
PRO
0
140
SnowflakeとDatabricks両方でRAGを構築してみた
kameitomohiro
1
520
OPENLOGI Company Profile
hr01
0
63k
勝手に!深堀り!Cloud Run worker pools / Deep dive Cloud Run worker pools
iselegant
4
570
地味にいろいろあった! 2025春のAmazon Bedrockアップデートおさらい
minorun365
PRO
2
520
Porting PicoRuby to Another Microcontroller: ESP32
yuuu
4
510
Рекомендации с нуля: как мы в Lamoda превратили главную страницу в ключевую точку входа для персонализированного шоппинга. Данил Комаров, Data Scientist, Lamoda Tech
lamodatech
0
830
Cross Data Platforms Meetup LT 20250422
tarotaro0129
1
840
Aspire をカスタマイズしよう & Aspire 9.2
nenonaninu
0
310
Featured
See All Featured
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
2.9k
Visualization
eitanlees
146
16k
Speed Design
sergeychernyshev
29
910
The Straight Up "How To Draw Better" Workshop
denniskardys
233
140k
Facilitating Awesome Meetings
lara
54
6.3k
We Have a Design System, Now What?
morganepeng
52
7.5k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
129
19k
Automating Front-end Workflow
addyosmani
1370
200k
Six Lessons from altMBA
skipperchong
28
3.7k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
5
580
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.3k
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