Search results


  1. D

    In Progress LogCat

    I run it on my android emulator
  2. D

    In Progress LogCat

    Android 4.0.3 API Level 15 I try to do the following : Download and parse the RSS feeds from a specific website and present them in a ListView. By clicking the appropiate item in the list, it should open the link to that article. Downloading and parsing should be done asynchronously
  3. D

    In Progress LogCat

    04-04 18:31:01.814: E/AndroidRuntime(633): at java.lang.reflect.Method.invoke(Method.java:511) 04-04 18:31:01.814: E/AndroidRuntime(633): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784) 04-04 18:31:01.814: E/AndroidRuntime(633): at...