07-11-2016 07:16 AM
Hi,
I can develop labview windows app & make exe file from it.
Similarly can I develop android app also by labview like developing a simple calculatoror a watch?
If yes, where to begin with
Solved! Go to Solution.
07-11-2016 07:38 AM
No, you cannot write LabVIEW code and compile/run it on Android.
Here's what you can do:
- Use the data dashboard app to view shared variables from a LabVIEW application on an android/iOS device
- Communicate between a LabVIEW application and Android application using network communications (e.g. Web Services, TCP/IP, Bluetooth etc.)