CRUD using PHP, MySQL & Rest API for Android

Views: 71

URLMethodParameter
http://192.168.101.1/HeroApi/v1/Api.php?apicall=createheroPOSTname, realname, rating, teamaffiliation
http://192.168.101.1/HeroApi/v1/Api.php?apicall=getheroesGET
http://192.168.101.1/HeroApi/v1/Api.php?apicall=updateheroPOSTid, name, realname, rating, teamaffiliation
http://192.168.101.1/HeroApi/v1/Api.php?apicall=deletehero&id=idvalueGET

Ref : https://www.simplifiedcoding.net/android-mysql-tutorial-to-perform-basic-crud-operation/

Sample Code : Download Source

Author:

Leave a Reply