I created a very simple application with javascript and html5 and php now I want to use this application as an android application please can any one know how can I connect android studio to wampserver and display my web pages as android pages
Thanks for all
Related
Hi I'm developing a web application for my company. I'm not really sure whether ASP.NET web application can support to display out the display for 4 different HTML ports which installed into the CPU.
Basically the .NET application is running on web but I need idea on how to configure each image to specific HDMI port which installed in the CPU itself.
I have developed a program which detects human in real time(webcam) and displays it to the webpage of the local network. This is done by creating a server and websockets using Node.js and opencv.
Now, I have to develop an android app where i should get a notification everytime when the human is detected from the webcam video of a local host. How can i achieve this using node.js server and android interfacing?
Any suggestions or inputs with code examples would be more helpful.
Try using ionic to convert between webpages and android. Then use push notifications to alert the user.
I want to create a web app which I don't want to host but keep it on localhost itself similarly to a Desktop application. Basically I want an icon on the Desktop which will open the application on the localhost . The application is developed using HTML,CSS,Javascript and flask framework of python. Pyinstaller is a way to do this but it doesn't support JavaScript and I have lots of that in my app. Is it possible?
Thanks
You could make a script that first starts the flask webapp on localhost and then starts a webbrowser at localhost:5000
Just a commentary (I hope it helps):
I created a slideshow in wordpress localhost.
I froze it with webcopy.
Install in any pc with innosetup
best
I have a cloud web app using asp web api and angular. Both hosted on azure. I need my angular app to be able to communicate to serial port (read/write). How can I do this?
I've read that chrome apps can connect to usb/serial, but i'm still confused of how it works. Should i rebuild my apps to chrome apps, or should i create a seperate apps or can i just write chrome apps that open my actual web and access the serial from my current app?
You don't have to rewrite your app. Just create a chrome app and use webview for your actual cloud app. Basicaly you have to write the serial port communication in the chrome app context and pass the data to your webview context in your chrome app which is actually the app loaded from your cload.
Other approach is to write your whole application in an offline chrome app and communicate with your cloud server trought ajax or websocket.
Another thing might help is nw.js. With this you can create desktop like apps with web technology. Basicaly in your nw.js app you will use a node.js serial modul for serial communication.
Or combinate these methods.
I suggest one of the chrome app way cuz I have good experience with its serial module.
Both applications run on same device, I would like to exchange data between the phonegap app running in background and my web app, even while offline.
Is there a way to achieve this ? I could make only a single phonegap app but I prefer to keep a web app solution for the main application.