rodja / MonoDroid.Dialog

Tools to simplify creating dialogs for MonoDroid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MonoDroid.Dialog

NOTE: This project is an attempt to port the ideas and ease of use of the MonoTouch.Dialog project to MonoDroid. 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 MonoDroid.Dialog should stay very close to MonoTouch.Dialog. Expect lots of changes and chaos as more and more elements get added.

MonoDroid.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.

Pic of the Sample App

Rendering of SampleApp

About

Tools to simplify creating dialogs for MonoDroid

License:MIT License