PHP API-Insert data from android to MySQL  database

In this article, we create PHP REST API and will send data via Android. It means get user input by android app and send user input in MySQL server. After complete API, we need to test API which is working or not, sending data to server or not. There are many tools to test APIs. Here we are using Postman for API testing. It is simple API testing software. Easily test APIs and use whenever needed.

Continue ReadingPHP API-Insert data from android to MySQL  database

How to Display JSON data into ListView in Android App?

How to show JSON data in ListView in Android App? What topics will be covered in these tutorials? JSON “placeholder” Rest API for testing purposes. Retrofit library for HTTP requests. Displaying data in ListView in Android. Now let us see an example step by step so that we can understand it easily. How to display JSON array data in ListView in Android App? Step: 1 Create a new Android project.

Continue ReadingHow to Display JSON data into ListView in Android App?