Used WORDPRESS BACK-END for ANDROID APP
Use Wordpress as Android Application Back-end
For this we use two plugin and install them on our wordpress website.
NOTE:Some Application Nedd To another Api , So Need To another Plugins.
To find out how to install these plugins, see this link
Once you have installed the plugins, you must have one such link to the API from your site.
https://your domin /wp-json/wp/v2/posts?_embed
For Example This is for my website
Note:I use This Url In This Project.
useed Retrofit 2 Library For connection to the server and Parse JSON File.
happy code :))