I need to know how to search the data from MySQL database. example for login page, when key in the username and password in login page, and press the login button that will check the username and password from remote server. If the username and password is match with the key in value, it will login into main menu.
You should follow the MySQL tutorial: Basic4android Search: mysql
You will need to send a query with the username and password and check if it is valid.