Search engine using PHP, MYSQL Android

How can I create an Android app that basically works like Google Search, where the user types the query, and http request is made & the results are displayed in app itself. How I can do this?

  1. How are the requests made?
  2. SQL queries are written inside the App or is there any other way?
    Are the queries, which are used to fetch results written in app itself, or is there any other way?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.