I guess this isn't officially supported, as I can't find anything in the docs about it. But my Edge 520 allows me to "place" two or more of the same ConnectIQ DataField on the same page.
A quick check in the simulator shows AppBase.onStart() is only called once, as is AppBase.getInitialView(). But DataField.onLayout() seems to be called at least once for each "placement".
If this is not supported, surely this is "coming soon"? I am aware of the workaround of installing the same app multiple times under different uuids, But I am trying to connect to a custom ANT device that has lots of information available to show. I want to be able to put multiple fields on multiple pages, all of which are accessing this same device over an ANT channel. And no, I don't want to create a widget or an app. I want to see all this info on my main pages.
If a new View object is made for each placement, I think all of my code would just work.
Thanks.