Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6947147
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T13:39:24+00:00 2026-05-27T13:39:24+00:00

I am developing an android application in which I call a webservices. My problem

  • 0

I am developing an android application in which I call a webservices. My problem is that if I make a call to the webservice and the wifi or GPRS strength is weak, then my application force close. How can I detect if the wifi or GPRS signal strength is strong or weak?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T13:39:25+00:00Added an answer on May 27, 2026 at 1:39 pm

    First, make sure you have <uses-permission> for ACCESS_WIFI_STATE in your manifest.

    Second, I’m not sure about notifications for a single connection, but to get notifications of everything the radio is seeing, you can start a scan:

    wifi.startScan();
    

    Next, when I’ve received successful results, I used WifiManager.SCAN_RESULTS_AVAILABLE_ACTION in the IntentFilter.

    Then, in the receiver, I use getScanResults() from the WifiManager object, which also contains the signal strength.

    For stopping it this way, you simply call to unregisterRecever() (so you’ll want to keep it around for referencing). I haven’t tested myself to see if my scanning code can be modified to just check the current connection, but I do know I got plenty of results — Wi-Fi signals change frequently and quickly. I suppose for monitoring a single connection, you can also just filter the scan results and look for the one the device is currently connected to.

    I hope this helps a little.

    Android wifi's signal strength

    Android: How to monitor WiFi signal strength

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am developing one android application which select wifi access point from list of
I am developing an android application in which I have to make a layout.I
I am developing in android application in which i have to make a layout
I'm developing an android application which is to collect data and then send it
I am developing one Android application which communicate with Wifi network. I want to
We've been developing an Android application which includes Google Adsense. However there seems to
I'm currently developing an Android application that fetches images using http requests. It would
I'm developing an augmented reality application for Android that uses the phone's camera to
I am developing an android application that receives data about events from a server.
I have been developing Android application which has 3 ListView and one ContextMenu for

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.