Skip to content

Android login and Registration screen with PHP XAMPP server as backend

Notifications You must be signed in to change notification settings

tkssharma/Android-PHP-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Login Registration screen using XAMPP server backend

To interact with MySQL database we need to build an API first. API job is to get the request from client, interact with database and finally give the response back to client. So we’ll create a simple PHP, MySQL API first.

? Accepts requests in GET/POST methods ? Interact with database by inserting / fetching data. ? Finally will give response back in JSON format

Running Locally

Make sure you have Android studio/Eclipse ADB

clone your own fork or download the copy 
import project in app studio
run gradle build 

configure xampp server

create database and create table from sql file

About

Android login and Registration screen with PHP XAMPP server as backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages