/Android.Dialog

Tools to simplify creating dialogs for Mono for Android

Primary LanguageC#MIT LicenseMIT

Android.Dialog

NOTE: This project is an attempt to port the ideas and ease of use of the MonoTouch.Dialog project to Mono for Android. Given the significant differences in the layout and UI architectures between iOS and Android, some things will inevitably be different between the projects but conceptually Android.Dialog should stay very close to MonoTouch.Dialog. Expect lots of changes and chaos as more and more elements get added.

Android.Dialog is a foundation to create dialog boxes and show table-based information without having to write dozens of delegates and controllers for the user interface.

To use this library, reference it from the project that you want to use it from, and add these layouts to your Resources/Layout folder: Android.Dialog Layouts Expect an easier way to manage this after Mono for Android 4.4 is released.

Pic of the Sample App (located here)

Rendering of SampleApp