I'm working on a project and I'm curious about the difficulty of creating an app similar to Waze, focusing on multiple users and enhanced profiles. My idea includes features like route planning and waypoints. I have a basic understanding of C++, and I'm considering learning either C# or Java for developing the app on Android, with the hope of also launching it on iOS. Is this a feasible project?
2 Answers
Great question! It's really important to decide whether you'll be creating the maps yourself or relying on existing services. For pathfinding, using a third-party service can save you a lot of trouble, especially if it's your first app. Building algorithms from scratch can get tricky! It might be worth it to start with a service to get a feel for app development before diving into more complex coding.
Building an app with mapping functionalities can definitely be complex. First, you'll need to consider where your map data is coming from. Are you planning on using a third-party service, or will you be sourcing the data yourself? Licensing costs for data can be significant, so make sure to factor that into your project. Also, if you're not familiar with Geographic Information Systems (GIS), that might be a steep learning curve—many developers specialize in it for good reason!

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