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?

Was it helpful?

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top