I'm a beginner looking to create an ebook app with some unique features for both PCs and mobile devices. I'm wondering which programming languages I should focus on to achieve this and whether there are specific languages better suited for cross-platform development.
1 Answer
If you're aiming for a cross-platform app, you'll want to consider languages like Swift for iOS, Java for Android, and C# for Windows applications. But a cross-platform approach could also benefit from React Native or MAUI, which support multiple platforms with a single codebase. TypeScript or C# are solid choices for that.
Thanks dude!