When i try to read single line of text from website i get error (NetworkOnMainThreadException). I tryed few thing but nothing works so far. So here is code if anyone could h
You might want to do all your downloading using a AsyncTask, http://developer.android.com/reference/android/os/AsyncTask.html
or if your on api 11+ a AsyncTaskLoader, http://developer.android.com/reference/android/content/AsyncTaskLoader.html