Hi, I've beeon doing some profiling to try and speed up our application and noticed that the MapView.<init> call takes around 4 secs to load.
Using method tracing, i found that it spends 55% of this time in the MPView.<init> and 45% in the com/google/android/maps/InternalR $attr.<clinit>. Is there any way to speed this up? The constructor I use when initialising the MapView is the MapView(Context context, String apikey). thanks, Dennis -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

