i am developing radio app i have got one issue ie when going from wifi 开发者_开发问答to 3G stops streaming and can\'t resume again getting wifi or 3G.It is continuous buffering.
in my Android application i am trying to get a website using the httpclient and the httpget. it is working fine on the emulator and on my HTC Desire HD.
For my App I need Data from both, a local Network and the Internet. The local Network (Wifi) has no connection to the internet so I have to use the mobile connection (3G for Example).
I want to create an iPhone application that can call web services on a computer, and then upload those files over the iPhone 3g connection. Is there an elegant way to do this?
I have a simple app that periodically sends HTTP_GET requests to a server. When sending requests over 3G, I noticed that the requests sometimes time out (and the server-side logging shows that it NEVE
I developed an android app to receive a location and then send a message to collect at a MySQL server via XMPP protocol.
Given a nexus one (rather any An开发者_StackOverflowdroid phone), is it a way to find out which 3g band it supports (t-mobile or att), without inserting any SIM cards ? currently I\'m just interested
I have a javascript widget that is embedded on third party websites. It needs to load other resources (CSS, flash, etc) relative to itself (rather than relative to the page it is hosted on).
I\'ve had a contractor compress a video to be used 开发者_如何学编程in an app we\'re developing and while the video plays just fine on a 3G device, artifacts appear when watched on a 2G device. Why wo
I know how know network type with : TelephonyManager telManager = (开发者_如何学CTelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);