Actually, I don't know Php. But I have to create api from wordpress site so that I can fetch data from the site in the android app so that it can help to connect my application to the site.
Thanks in advance.
Use follwoing plugins :
http://wordpress.org/plugins/json-api/
http://www.parorrey.com/solutions/json-api-auth/
http://www.parorrey.com/solutions/json-api-user/
I used above plugins to create endpoints for an android app.
Related
I have to make an Android mobile app for a website using WordPress.
How do I connect the WordPress DB to my app?
The WordPress REST API provides API endpoints for WordPress data types that allow developers to interact with sites remotely by sending and receiving JSON (JavaScript Object Notation) objects.
https://developer.wordpress.org/rest-api/
I have created a e commerce website using opencart tool and now I need to convert this into a native mobile app (Android and IOS). How can I implement this mvc structure of opencart into mobile app.
Is there any other way to convert????
Cordova maibe can help you.
And read this to learn more about creating app from webpages, etc
https://www.mobiloud.com/blog/native-web-or-hybrid-apps/
P.S. i m developer from opencartextionsion.in. I m posting link of OpenCart Android App because O.P. need to get android app for his website and help O.P. to increase more sales
We created Android App that have all basic features of OpenCart website. We added some uniqueness which you can not find any where. Like Changing Color of app from Admin panel,Customizing text of app. More over app consist of Push Notification using FCM.
To get more information please visit OpenCart Android App. Support: Live Chat and TIcket system
There is no tool available to convert your website into native mobile apps. Most of the mobile app builder converts your website in to web view only. It will be very slow and not user friendly.
You must hire an android developer to build your mobile app. API is needed to sync with website.
Other wise you can use the ready made mobile app script available in the market
http://www.exlcart.com/opencart-mobileapp.html
Thanks
I just want to ask, How to create android apps for existing PHP website? In this case how to connect between android apps with my our existing database? I use MySQL database.
For example, android apps for stackoverflow. How we create like that?
you need web services to connect your android app and your website or your database, from here you can learn how to do that.
If it helps, do check the answer as accepted...have fun, coding
I'm planned to develop a mobile application using android as front end and JOOMLA as a back-end. Don't know how to connect with android. Could any one help me with this?? I had searched in many sites but couldn't get solution. http://www.helloandroid.com/tutorials/connecting-mysql-database.
http://forum.joomla.org/viewtopic.php?t=428656.
Please reply asap..
You will have to write a service layer in your CMS. Then data which are required for the android app will be exposed as a data service from your Joomla CMS. Please check the link for more info.
How to write a REST API?
I am trying to develop an android application that will use the same MySQL database as an existing PHP website.
I have the php codes for every operation done by the web site, for example the php code of making an advanced search.
My problem is that I don't know how to implement this operations on my app.
I assume that I should use webservices, but I don't know which type.
I appreciate yourhelp guys...
PEACE.
Its Easy , You should use Ksoap2 library to implement webservices for android. Check this example creat a login page in android