Re: [android-developers] ICS Code Different???

2012-03-13 Thread Marcin Orlowski
*> *when i try run those code at ICS API 15 it shows me nothing. but when i change the project to API 7 (Eclair) and run it, > it show me the result.is there any different between Eclair and ICS code? tried looking at logs (i.e via logcat view)? Regards, Marcin Orlowski * * -- You received this

[android-developers] ICS Code Different???

2012-03-12 Thread SS
> > package www.ssshop.com; > import java.io.IOException; > import java.io.InputStream; > import java.io.InputStreamReader; > import java.net.HttpURLConnection; > import java.net.URL; > import java.net.URLConnection; > import javax.xml.parsers.DocumentBuilder; > import javax.xml.parsers.DocumentBu