Question

I know there is this easy way to create table based dialog easily in Xamarin.iOS called MonoTouch.Dialog Is there any equivalent framework but to create Xamarin.Android table based interfaces this easy?

Était-ce utile?

La solution

James Clancey from Xamarin has ported MT.Dialog over to Android. You can find it on his Github repo.

Alternatively, I recommend you look at MvvmCross which has MT.Dialog built in for all mobile platforms. Downside: overhead is big, learning curve is steep.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top