[android-developers] Threads in Android (NetworkOnMainThreadException with Javamail) acting very strange

2011-11-13 Thread Stelios
I am a beginner in Android platform and i have encountering a serious problem. I want to fetch emails from gmail and therefore i have created a class that does that. However when i run my class in android NetworkOnMainThreadException. So i have created new Thread with a new Runnable as below : pub

[android-developers] Threads in Android

2008-10-06 Thread Falko Richter
Hello everyone, I first have a general question if threaded programming is possible with the Android Platform? Secondly I have a specific problem. I have an application that gives the user feedback with a "PopupWindow". By standart the Popup disappears then the user clicks somewhere on the screen