Can you also write apps with HTML and CSS?
Hi
I read somewhere that this is possible, but ChatGPT says no. Only web apps.
But I mean real apps that you can then install in the playstore / appstore.
LG Lisa
Hi
I read somewhere that this is possible, but ChatGPT says no. Only web apps.
But I mean real apps that you can then install in the playstore / appstore.
LG Lisa
Good evening, how do I get rid of this, or what does it mean? I can no longer open Instagram, despite uninstalling and re-downloading it. I can log into my account on my tablet, but I don't see any followers or subscribed to anything, and the screen is otherwise black. Can anyone help?
I have a problem with useNavigate. I have a component, let's call it Game, which is rendered under localhost/Game. In Game there is another component called GameButton. The GameButton receives the string "Settings" as props. In the GameButton component it looks like this: import { useNavigate } from "react-router-dom"; interface GameButton_Props { Value : string,…
I would like to program a pixel art based game, meaning everything is pixelated. I was able to find a few sprites on the internet, but I'll have to make the others myself. Do you know any programs for that?
Hi, I wanted to create a Minecraft server for myself and my friends, but I keep getting an error message when I try to start the server. It would be great if someone could help me.
I was on a TikTok livestream earlier. A user asked if anyone could guess his age. I watched it and guessed 45-50. Then the person wrote that they were 34. Is this an insult or can you get banned for it?
Normally, if you want to use images from the internet for YouTube, Instagram, etc., you have to ask first (unless they're Creative Commons). But is that also true for Pinterest images? I often see videos where people use Pinterest images, and I don't think all of them have asked.
First of all, you need JavaScript if you want to incorporate any functionality.
Then there are 3 possibilities:
Electron is a library that allows you to write Cross Platform apps. Discord, for example, is one. Chromium is started in the background and the app is displayed there. Read more here: https://www.electronjs.org/
PWA (Progressive Web Apps) are a way to “install pages in web browsers”. For this purpose, a field for installing is displayed at the top right of the address bar. Your site will also work offline through Serviceworker. Of course, the advantage is that no extra Chromium Library is downloaded. However, because this is running in the browser, you do not have native integration into the system. Here is a guide https://web.dev/learn/pwa.
The third option is similar to Electron, only that one uses the webviews of the system instead. This does not charge extra Chromium Runtime, but does not have the latest features that Chromium supports. One of the libraries would be here https://tauri.app.
All these options allow you to publish your app in the App Stores.
Hope the long answer helped you get on. Good luck!
Jaaaa many thanks
Jein.
So, yes, you can convert wizards into apps, there is software. However, HTML and CSS are not programming languages, so the app will probably not have much functionality.
In that point ChatGPT is right.
HTML and CSS are not suitable for writing apps.
HTML is an award language and CSS is a formatting description language.
Nothing can be programmed with HTML and CSS. You need JavaScript, or the application runs server-side.
There are other programming languages for apps.
Which depends on whether you want to program for iOS or Android.
apps to install – no. you can make small pages that you can call online. but there are also limited possibilities.