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
Related
I have created a web app using PHP, Vanilla JS and Jquery that is 100% responsive and is created with the sole purpose of being used as a mobile application only. Once completed I will integrate it with Flutter WebView for generating an apk file. I will also later convert it to ios. This app is currently in development stage and I stand at a point where I need to integrate a revenue modal like Google Admob. However, I see that google only provides native android and ios sdks. Is there any way how I can integrate Admob with my PHP based mobile app? This can also be a Core PHP based library or plugin that is written to support Admob in a PHP based mobile responsive web app. Anything that can help.
Also, does Adsense and Admob provide same amount of revenue? Or, is there a difference between the earning potential of both?
There is only one Correct way to do this, all the other ways will get you a violation strike.
You should use Admob in flutter any other walkaround may get you blocked by Google FOREVER!
To answer your questions:
There is no way to make Admob work on web
Admob is better for mobile apps and Adsense is better for websites
It is possible to create an administrative panel with web flutter and use it in a mobile flutter application?
and what is most suitable for the administrative panel? flutter web or php?
Yes it is possible to have an web administrative panel and use it on a mobile device as well, I'm currently in the process of building one. The best thing with Flutter is that you can build with one code base and use it over a variety devices and Operating Systems. And its pretty easy to make responsive as Flutter was initially built for Mobile.
My Admin Dashboard in progress
The only thing you need to be weary of, is Flutter Web is still in BETA, and has issues from time to time. PHP has been around for years and would be great for a Web Admin Panel, and can be made responsive, but would need to be opened in the browser - which isn't as intuitive as an app.
I designed and programmed web application like the website but has more processing in the admin page...
after that the customers ask me to convert it to the application , So, can I convert it traditional by any online website to application converter which takes the link of the website and converts it to .apk
are this method is correct?? or it has a bad effect in futures when the number of users is increased???
Note:- the web program or site that I build it is programmed in PHP in backend and HTML, CSS, javascript and bootstrap in front end
can anyone help and advise me pLz???
There is no such thing as website to apk converter unfortunately.
You have to build the android application separately.
You can use your PHP models with CURL to call as API from Android.
This article can help:
click
or
You can build Android app only containing webviews and you can call each webpage in different webviews.
Click here for help for working with webviews in android.
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 developing an android app (in progress) which displays txt details (captions and user details) and images. user can upload and view the data on the app.. now when it comes to web site (essential part for project pictures should be uploaded to the portal and can also be uploaded and retrieved from mobile app) i dont know how to start and which platform to choose.
guide needed for web portal development platform and server side. compatibility issues etc. and how can i connect my app with the server/web for updates from the portal.
thanks.
Personally I would use a framework like CakePHP which allows me to easily create a xml/json api which the app could interface with.