Re: [MonoTouch] Monotouch.Dialog with SQL-NET CRUD

2012-08-27 Thread Pirate
thanks a lot man...I will look at it ..appreciate it . -- View this message in context: http://monotouch.2284126.n4.nabble.com/Monotouch-Dialog-with-SQL-NET-CRUD-tp4656524p4656741.html Sent from the MonoTouch mailing list archive at Nabble.com. ___

Re: [MonoTouch] Monotouch.Dialog with SQL-NET CRUD

2012-08-23 Thread Craig Dunn
TaskyPro is a very simple example that uses MonoTouch.Dialog for a list screen, and MonoTouch.Dialog's Reflection API to render the task-input form which allows for data editing and deletion. it uses the SQLite-NET library to wrap the database. Solution: