Re: [MonoTouch] ImageLoader caching

2013-01-31 Thread Nic Wise
Have a dig into the code (it's on github), but I've used the PurgeCache call and it appears to work? On 31 January 2013 03:26, Dennis Welu dennisw...@motisconsulting.com wrote: Using the MonoTouch.Dialog ImageLoader utility. Works nicely. But I've realized I need fresh images every time I go to

Re: [MonoTouch] ImageLoader caching

2013-01-31 Thread Dennis Welu
I actually did spent some time reviewing the code on Github. As far as I can tell, the LRUCache being used only clears out memory on a Purge. I'm watching the downloaded files on disk (.../iPhone Simulator/6.0/Applications/{bigLongGuid}/Library/Caches/Pictures/MonoTouch.Dialog) and I see them come

[MonoTouch] MonoTouch.Dialog ImageStringElement with a remote image

2013-01-31 Thread Brett Spurrier
Hi all, I am successfully using ImageStringElement in my MonoTouch.Dialog view controller, but I (like so many other apps) need to display a remote image for each UITableViewCell. Has anyone seen any sample code to do this? I've looked a bunch, but haven't seen anything that might be of help.

Re: [MonoTouch] MonoTouch.Dialog ImageStringElement with a remote image

2013-01-31 Thread Brett Spurrier
I knew as soon as I sent that message, I'd find the answer! public ImageStringElement (string caption, string value, Action tapped, UIImage defaultImage, string imageurl) Does the trick! -Brett On Thu, Jan 31, 2013 at 1:33 PM, Brett Spurrier brett.spurr...@gmail.comwrote: Hi all, I am

[MonoTouch] Color Picker

2013-01-31 Thread Michael Strong
Just wanted to say a big thanks to Yiannis for his superb color picker controller. Choosing colors was one of those nice to have features that I had put in the Version 2.0 feature list, but I was able to implement the whole feature within an hour using this picker. The functionality is smooth and

[MonoTouch] IOS to Android

2013-01-31 Thread Alejandro Vazquez
Hi, Does anyone know how fast and easy is to migrate a monotouch ios app to mono for android? Thanks a lot___ MonoTouch mailing list MonoTouch@lists.ximian.com http://lists.ximian.com/mailman/listinfo/monotouch

Re: [MonoTouch] IOS to Android

2013-01-31 Thread Craig Dunn
it will depend on the structure of the monotouch app. all the UIKit code (views, viewcontrollers, ui controls) will need to be re-written for Android (views, activities, ui controls). HOWEVER all non-UI-specific code should be re-usable... you might just need to check some assumptions about