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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T02:31:53+00:00 2026-06-10T02:31:53+00:00

In my application I have an activity which acts as log-in form. After getting

  • 0

In my application I have an activity which acts as log-in form. After getting user id and password, i need to open a URL.

This web page includes log-in form (user id and password fields as well) and when user clicks on submit button, form processed by java-script function and form contents will be submitted to server.

However, I need to bypass showing this page and instead, loading URL, putting user id and password into parameters and calling doSubmit() function of JavaScript on behalf of user and finally getting server response.

I have user id and password but i don’t know how to insert it into JavaScript.
This is my code:

public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.layout_loginweb);

        Log.i(TAG, "Try to create activity...");

        WebView webView = (WebView) findViewById(R.id.webView);
        WebSettings webSettings = webView.getSettings();
        webSettings.setJavaScriptEnabled(true);
        webView.loadUrl(LOGINPAGE_URL);


        webView.addJavascriptInterface(new JavaScriptInterface(this), "Android");
    } 
}

public class JavaScriptInterface {
        Context mContext;

        /** Instantiate the interface and set the context */
        JavaScriptInterface(Context c) {
            mContext = c;
        }

        /** Show a toast from the web page */
        public void showToast(String toast) {
            Toast.makeText(mContext, toast, Toast.LENGTH_SHORT).show();
    }
}

any suggestion would be appreciated. Thanks

  • 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-10T02:31:55+00:00Added an answer on June 10, 2026 at 2:31 am

    On your Javascript interface add some methods like this :

    public String getUserId() {
            //return userId value here
        }
    
    public String getPassword() {
            //return password value here
        }
    

    From javascript side :

    //Startup stuff
    $(document).ready(function(e) { 
        var userId = Android.getUserId();
        var password = Android.getPassword();
    
      $("#idofuserIdField").val(userId);
    $("#idofPasswordField").val(password);
    
    //callSubmitFunctionHere
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an application in which I have different activities. In 1 activity, I
I have a series of activities in my application which starts with Activity A
Actually in my application i have set an activity as main activity in which
In my Android application i have a tracker activity in which i retrieve the
So, my application have one activity ProjectActivity as a home, which contains 3 fragments
This question applies to Windows Vista! I have an application which normally works without
Issue: I have a WPF fullscreen application, which acts as a dashboard. The computer
In my application I have an activity which contains a viewflipper with 3 listviews
In my application i have an activity which has the following layout <?xml version=1.0
i have an application in which i have a UI activity which is supposed

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.