Hey everyone! I'm a total newbie to programming and I'm eager to create a personal app. I haven't decided yet whether I want it for Windows, Android, or even as a cross-platform application. If you were starting from scratch, what programming languages would you recommend for each option?
4 Answers
Honestly, you can start with Python if you're making a personal app for Windows—it’s super beginner-friendly. For Android, Kotlin or Java works well. If you want a cross-platform approach, JavaScript is a great choice, especially if you'll be using the internet to store data - it can cover all your bases.
I'd recommend starting with Java, JavaScript, or Python as they're excellent for beginners! They have loads of resources out there. JavaScript, in particular, is super flexible and works for web apps too, which might be a smart move if you want to develop something that runs across devices.
For a Windows app, I'd suggest using C#. If you're targeting Android, Kotlin is the go-to choice. If you're considering a cross-platform app, you might check out C# with .NET MAUI or even explore a web app, like a Progressive Web App (PWA), as a viable option for all platforms. Keep it flexible!
Kotlin is a solid choice for Android apps. For Windows, you can't go wrong with C++. If you're looking into React Native for cross-platform, it might give you the benefits you need!
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