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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T10:27:44+00:00 2026-06-04T10:27:44+00:00

I have one application containing some text fields and radio button.now I want to

  • 0

I have one application containing some text fields and radio button.now I want to take these values of text views and radio buttons and send it to Google for searching when i click on Search button, and after searching i want to also receive data from Google.Currently am able to switch to google using Intent,but I am not able to send values of text fields to google.

  • 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-06-04T10:27:45+00:00Added an answer on June 4, 2026 at 10:27 am

    I assume you’re launching your Intent using a url like

    http://www.google.com
    

    Instead, you can use

    http://www.google.com/search?q=myParam
    

    where myParam is the thing you’re searching for.

    You can get this text from an EditText like this

    mEdit = (EditText)findViewById(R.id.edittext);
    String myParam = mEdit.getText().toString();
    

    Then you can set your url in the Intent you launch to be

    String intentURL = "http://www.google.com/search?q=" + myParam;
    

    To search for multiple parameters, separate them using ‘+’s. E.g.

    http://www.google.com/search?q=myParam+myParam2
    

    The following question offers a way to handle the returned results: Chrome extension to parse google search results

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

Sidebar

Related Questions

i have one application which is build using VB.NET now i required to add
I have a WinForms application, and wanted to add some nice WPF controls, one
I have a WPF application containing several ComboBoxes . The ItemsSource of some of
i have created a login page for some application in android and i want
I have a plain text file looking like this: some text containing line breaks
I have an application that reads a .properties file at start up containing key/values
I have one application that prints messages from Test.exe in console .My java program
The problem: we have one application that has a portion which is used by
I have zero experience writing applications with Swing, but I have one application with
I have one grails application.In that I have one model class named Book. From

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.