Issue with Bing Maps in Android 3.0 and higher

264
1
06-07-2012 10:24 AM
EdwardWilliams
New Contributor
I found an issue with the API when implemented with Android 3.0 or higher.  The Bing Map Layer tries to make http calls on the same thread as the UI, which in Android 3.0 or higher causes the a NetworkOnMainThreadException to occur. 

The API needs to be updated to be Android 3.0 and above compatible.  This should include proper support for Fragments.
0 Kudos
1 Reply
AndyGup
Esri Regular Contributor
Edward, thanks for the heads-up. It sounds like you can reproduce the problem related to Bing. Do you have a support contract? If so, we would greatly appreciate it if you can open a ticket so this gets logged. Will that be possible?

This would be very helpful. Support can enter the problem along with your device OS and any other dependencies in your application.

In regards to support for Fragments, there are several open items for the core team to investigate.

-Andy
0 Kudos