[android-developers] Re: Is it internet connection issue ?

2015-03-23 Thread NewToAndroid
Hi All, Its me again. I am adding to my original post here. Looks like it is permissioning problem. I have added following lines in the manifest file, Till now, I let Android development studio install the app directly on to the phone, connected by USB cable. This time I copi

[android-developers] Re: Unfortunately App has stopped is the error im getting and not sure why, all breakpoints make it thru no problem and then the message.

2015-03-23 Thread Dan Cha
So i moved these lines to onPostExecute and it loads my page with the appropriate number of rows, but nothing is populated. In the "items" there are the 26 rows that should be returned, and now the page loads 26 rows but no data is seen on the page. protected void onPostExecute(Void result)

[android-developers] Unfortunately App has stopped is the error im getting and not sure why, all breakpoints make it thru no problem and then the message.

2015-03-23 Thread Dan Cha
So i got past some of the earlier issues and changed my pages around to work with actual data being returned from the webservice. Everything is returned, populated and as i step thru the code, everything i expect is there.. except when it gets to this line: list.setAdapter(adapter); >From what

[android-developers] Is it internet connection issue ?

2015-03-23 Thread NewToAndroid
Hi all, I am developing a live audio streaming app on Android Studio 1.0.1 and testing it on Samsung Galaxy s3 phone (not on emulator). First I was getting IOException when i was doing setDataSource on media player object when using http:// url. I have set the INTERNET permission in manifest,