William Smyth
05/27/2021, 5:07 PMHey All, silly newbie question here:Would Kotlin be a good choice for developing an app that is essentially performing calculator and timer functions against data entries and automatic updates? ## App Basics • Mobile App: (IOS & Android, preferably) •
v1
isn't expected to be much more than form pages for manual data entry and then a fairly simple algorithm against said data to produce a suggested number based on the input. During these events it will also kick off a timer to track the time since the input for later calculations. My v1
architecture will likely be locally stored data (haven't decided on database type), which can be copied/saved to cloud storage providers (e.g., Google Drive, Box, OneDrive, etc.). The data needs to be encrypted for privacy. I'd like to collect anonymous usage statistics with zero private information and have that sent back to a web service that I intend to write—haven't decided on an event queue/bus service yet but will likely use something opensource initially.
I ask because I believe a more native language would probably perform faster calculations and more reliable timers. Which is something I believe will become very important with later feature releases that are using more algorithms, and potentially AI/ML. (edited)Big Chungus
05/27/2021, 5:09 PMNir
05/27/2021, 5:16 PMNir
05/27/2021, 5:17 PMCasey Brooks
05/27/2021, 5:22 PMWilliam Smyth
06/25/2021, 6:11 PM