Example:

A website contains 2 textbox with names Username and Password. I am planning to make those textbox appear in the application and if I input a value in those textbox, it's like I am inputing value to the website itself. Is there any way for me to do that?

Yes, create same layout for activity or fragment and on button click execute POST request as it is provided in web form, with parameters attached that you get from your for. Check for login tutorials with HttpClient

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.