문제

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