I have developed an App that launches and works fine on Android 1.5 and 1.6.
When I try and use it on a version higher then 1.6, the app's activity starts, progress dialogs popup and I can see my AsyncTask executing and the info being returned via Logcat. No errors or exceptions are shown. But the Activity never displays. All I see are the progress dialog showing over the home screen and then nothing. The process is active and running under the DDMS view. and all the data has been initialised. The Activity and its View are completely invisible for Android higher then versions 1.6. Any ideas or suggestions as to what I could try would be greatly appreciated. Edit: I accidentally posted this without a subject line (tab-enter twitch), sorry. -- 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

