views:

106

answers:

1

I have a custom activity which has inargument<MyClass>. MyClass has several properties.

I want to provide a popup dialog editor for this inargument which will present a form, to input the values of all properties.

Is there any good example, tutorial showing all the steps to implement this?