This is an Android App source code Template for WordPress powered Websites. This source code can be used to convert your WordPress website to native android mobile app easily using android studio.

Download Source Code Now >
For this app to work, your WordPress website should have REST API Support. But do not worry, all new WordPress based websites now supports REST API. If you want make sure that your website supports API or not, you can do the check I mentioned below this post.
How to check if your WordPress website supports REST API
To check whether your WordPress website Supports API or not, open your web browser and enter this link
https://yoursite.com/wp-json/wp/v2/posts
Enter your website link in the space of yoursite.com, then open the link in your web browser. If your site supports API, you will see a screen similar to this image, this is the API response of this website.

If you checked your site with the above link and you get a response similar to above screen, congratulations, your WordPress site Supports REST API, now you can get this source code and build app for your website. If your site doesn’t support REST API, you can install WordPress REST API plugin and enable REST API Support
How to Make Android App with this Source Code?
It’s easy to build android app with this code, all you need is import this project in android studio and do the following things.
- Set your website link.
- Set App icon.
- Set app name.
- Set colors.
- Set onesignal id (if any)
- Set your package name
That’s it, you can then build APK and publish the app in PlayStore