I'm interested in developing a simple app for calculations that displays tables and images. I want it to be compatible with Windows desktops, Android tablets, and iPads or iPhones. However, I'm not an expert in programming; I can write basic code but I'm not comfortable with complex programming languages. What would be the best way to achieve this? I've heard that writing an HTML/JavaScript file could allow it to run on any web browser, is that correct? Are there other methods I should consider? I also looked into JavaScript and got a bit confused about its compatibility with Android devices.
3 Answers
Using a web-based approach is really viable for your needs. An HTML/JavaScript app can run on any browser across all platforms, from Windows to mobile devices, which simplifies your life. However, if you want to implement more complex features later, you might need backend programming as well.
You might want to explore cross-platform frameworks like Flutter or .NET MAUI. Though they aren't the most popular among developers, they can make it easier to create apps for multiple platforms with a single codebase. But keep in mind, these may add a bit of complexity if you're just starting.
For simplicity, creating your app as a website is a solid plan. If you find you need offline capabilities or want to distribute it as an app in the future, you can always package your web app later. Starting easy with HTML and JavaScript is a great way to validate your idea before diving into more complex app development.

Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically