Solved! Go to Solution.
Thank you for the response Joe, I figured out that I needed to at the zoomToResolution() to the onChangedStatusListener. This works, but the map loads at a very zoomed out level and then it zooms in to the resolution I set. My application has multiple different screens so users are changing from a map view to other views and every time the user switches into map view, the map has to zoom in.
Before, in ArcGIS 10.1.1, the zoomToResolution() method was called outside of the change listener and it worked fine, where the map appeared at the desired zoom level immediately and did not have to take time to zoom in.
Any ideas/help are greatly appreciated. Thanks.
mapoptions.ZoomLevel = "5"