forked from sam-lippert/Android.Dialog
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I'm thinking of providing a new JSON module allowing elements like:
new StringElement("Label", "Only Element in a Blank Section"),
to be declared something like:
{
'Element': 'String',
'Properties':
[
"Caption": "Label",
"Value": "Only Element in a Blank Section"
]
}
This would be built using reflection - so more automagically extensible than the json in MT.Dialog.
The code would include options to bind properties and events like:
"LayoutId": "@Resource:resource_name"
and Mvvm Binding (with MvvmCross format) like:
"Value": "@Bind:{'Path':'PropertyOnViewModel', 'Converter': 'AConverter', ... }"
and:
'Click' : '@Bind:{'Path':'TheCommand'}
This would provide a cross platform way of declaring UIs.... I might even have a go at a WindowsPhone.Dialog....
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels