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 7571927
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T15:47:32+00:00 2026-05-30T15:47:32+00:00

I am developing one app related to wi-fi,gprs. I want to check in two

  • 0

I am developing one app related to wi-fi,gprs.

I want to check in two conditions ,

1)if wifi is connected i am getting signel strength and do my work based on strength

2)at the same thing i want to get gprs strength also.

If any one has idea please help me.

Thanks in advance.

  • 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-30T15:47:34+00:00Added an answer on May 30, 2026 at 3:47 pm

    Get an instance of WifiManager, then call isWifiEnabled()

    WifiManager wifi = your_context.getSystemService(your_context.WIFI_SERVICE);
    boolean wifiEnabled = wifi.isWifiEnabled();
    

    You should be able to scan for networks using startScan(), then call getScanResults(). The scan results contain signal strength info for each network. For more see http://developer.android.com/reference/android/net/wifi/WifiManager.html

    I think for GPRS you can get an instance of ConnectivityManager and ask for info on the mobile data connection:

    ConnectivityManager cm = your_context.getSystemService(your_context.CONNECTIVITY_SERVICE)
    NetworkInfo nw = cm.getNetworkInfo(TYPE_MOBILE)
    

    This will tell you whether you have a data connection or not. I’m not sure how to get signal strength, but I’m sure you’ll figure it out if you read some of the docs:
    http://developer.android.com/reference/android/net/ConnectivityManager.html

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

Sidebar

Related Questions

I am developing one application. In that app I am getting the html content
i am developing one app related to flurry. my code is as fallowing. @Override
i am developing one application in android ,in this app related to themes. select
I am developing one app in which i am getting Installed app from system.and
I have two related apps I am developing in Scala. One is a server-side
I am developing this app and one of an activity has two spinners, and
I am developing one app in python curses. I am using getch() method to
I am developing one app , which is required to integrate Google checkout.I am
I am developing one app which is based on the webservice and fetch the
Im developing an app for iPhone, in wich one of the functionalities is an

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.