Best Programming Languages for Beginners to Build Apps on Windows, Android, or Cross-Platform

0
1
Asked By CuriousCoder99 On

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

Answered By DevDude42 On

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.

Answered By LearningLion24 On

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.

Answered By TechieTurtle85 On

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!

Answered By KeenCoder88 On

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

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.