I am struggling to get live updates to a menu, in this case listing ANT devices found with a background scan. I have found same issue with other scenarios where I am trying to update a menu whilst it is being shown. it does not redraw.
In a nutshell, any updates (e.g. setTitle, addItem) made whilst the menu is visible do not have any effect. On the simulator it works fine, but not on the actual device.
Problem seems very similar to this one:
Any ideas on workarounds? Considering rolling my own using a standard view. Seems like I'll have a lot more flexibility that way.