This tag is used for internet related questions on the Android Operating System.
Questions tagged [android-internet]
228 questions
4
votes
1 answer
No internet access on Android Emulator, Shared Internet Connection
I have Installed Eclipse Juno and Updated the ADT as well to 22.0, I have created a custom AVD of Android 2.3 version as is working fine, but it seems there is no internet connection on my Emulator,
Note: It also shows the 3G symbol on the title…

Qadir Hussain
- 8,721
- 13
- 89
- 124
4
votes
3 answers
How to save downloaded file on sd card from download manager programmatically on android
In my application i have download(Image) feature which is used to download file from urls. The download happen should be shown in notification bar so that i used Download Manager class to download file. This is working fine but the downloaded image…

M.A.Murali
- 9,988
- 36
- 105
- 182
3
votes
0 answers
Setting global Proxy PAC on Android
I'm looking to set a global Proxy Pac URL on Android.
I tried with adb shell settings put global proxy_pac_url however it seems Android does not handle this, even though it seems to be specified:…

Jochen
- 1,853
- 3
- 20
- 28
3
votes
1 answer
Syncing online database data with local sqlite database android
I couldn't really find information on this particular problem anywhere even though I know there is a lot of questions and documentation on sqlite so sorry if this is a duplicate.
Anyways, I'm developing an app which logs a user in and performs…

Infiniti Fizz
- 1,726
- 4
- 24
- 40
3
votes
0 answers
android samsung galaxy 3 4.4 'internet' browser position: bug and redirect
I came across a few strange bugs when browsing a website using the stock 'internet' app browser on Android Galaxy Samsung 3 4.4.
Specifically elements that were positioned :absolute, for css3 animations were not positioned within their…

Dr Upvote
- 8,023
- 24
- 91
- 204
3
votes
1 answer
uploading image to server php-my-sql(android)
i want to save my image to php-my-sql database...
i had a image in add-img field check my code
protected void onActivityResult(int requestCode, int resultCode, Intent data) {
// TODO Auto-generated method stub
…

Tufan
- 2,789
- 4
- 34
- 52
3
votes
3 answers
android app force terminate when no internet connection
When there is no internet connection, my application is not running and when the user closes the internet connection while the application is still running it then terminates.
protected void onHandleIntent(Intent intent)
{
Log.d(Constants.TAG,…

user3568313
- 35
- 5
3
votes
3 answers
Picasso Download Multiple Images From URL
i am working on an app in which i am using Picasso Library to Download image from URL.
Now there is a situation: i am able to download single image from URL: http://8020.photos.jpgmag.com/3456318_294166_528c960558_m.jpg
but not able to download…

user3739970
- 591
- 2
- 13
- 28
3
votes
2 answers
How to check if mobile data is actually active or wifi is actually connected to any hot spot?
I am trying to check if there is an internet connectivity or if the device is actually connected to wifi.
Note: I am not trying to see if there is internet connectivity or if just the wifi is connected. I want to check if the device is actually…

mike20132013
- 5,357
- 3
- 31
- 41
3
votes
1 answer
How to store and send the files of a queue when internet is available
We are beginning with Android. We want to programmatically send files when internet is available (by email). We guess the best way to program it is to send the files to a queue if there isn't internet. When internet is detected, the files will begin…

chelder
- 3,819
- 6
- 56
- 90
3
votes
2 answers
How to send file / message between two android device with out any intermediate server
I want to send files between two devices using internet connection with out use any intermediate /server. For example there are two device A and B both have internet connection and both device have installed my application, now need to send a file…

Rakki s
- 1,426
- 1
- 18
- 42
3
votes
1 answer
location updates through 3g
I am developing an android app which will retrieve data every 30sec and send to the server, so mobile internet is necessary.
currently, I am using GPS but I also want to use network provider (wifi and cell tower's).
But my question is how does…

Nagashayan
- 2,487
- 2
- 18
- 22
2
votes
0 answers
Handle network availability in Interceptor and cancel the request Kotlin Android
In Android application, is it possible to check network availability in Interceptor. And only if the network is available, allow the request. If no network, cancel/abort the request.
Also, is it possible to get the network status without…

Joseph
- 1,060
- 3
- 22
- 53
2
votes
2 answers
How to test Limited Internet Access in Android Studio
How do I show, limited access to internet on the Splash Screen? My code currently works when the mobile data or Wifi is turned off, but i want to show an alert box if there is limited access of internet. Please someone out there help me.
Code for…

Jatin Bhatia
- 248
- 4
- 15
2
votes
0 answers
Samsung devices, no internet connection after some time in background
In my application, I need to send some data to the server couple of times a day, when a specific event occurred (e.g. Battery drops below 10%)
It works well in the foreground, but in the background, the problems arise, especially on Samsung…

dor506
- 5,246
- 9
- 44
- 79