Advice about app-building
-
This is not an issue, but rather an opinion poll.
I’m developing a nutrition app (web and native mobile) that needs to draw data via 3rd-party API, perform calculations on that data using user’s stored data, and display results in pretty pie charts.
So far I have been building this from scratch using AppGyver, trying to copy the calculation logic from my original spreadsheet prototype. But I happen to run a blog using WP and have built this app’s landing page on it, so I’m more familiar with its workings. I’ve also noticed it seems more developed than AG and has a much more sophisticated look out of the box. I know there are several WP plugins that claim to wrap a WP site into a native mobile app, and other plugins that can add chart capability. In the future, I would ideally like the app to be able to do bar code scanning with a user’s phone camera, include optimization algorithms, and even use Python machine learning algorithms to learn user preferences from historical data. I haven’t seen a WP plugin for any of this…
My question is: Is it possible and practical to build an app like this using the WP platform? So far I haven’t seen any way to perform calculations on data using WP. I do have some programming experience but I’m not a professional, so I want to avoid building the entire thing from scratch.
- The topic ‘Advice about app-building’ is closed to new replies.