How would I implement a web search in my app, that searches eBay for example, from a user input?
Something like this:
editText
to capture user inputhttps://www.google.com/search?q=[Your-keyword-here]
can get you to the search result of your keyword)webView
There you go!
Edit:
This might work for Ebay:
https://www.ebay.com/sch/i.html?_nkw=[Your-keyword-here]