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?

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top