[email protected]ail.com M1628

Your Rank: 62
Points: 32
Does AppMethod 1.16 support Windows 10 development and installing AppMethod 1.16?
Sarina, I have read the article in the link and looked at the demos. I am unable to find out if bluetooth on iOS and Android is enabled. What I am attempting to do is to search for a BluetoothLE device from an iPhone or Android device. I want to make sure bluetooth is enabled on the mobile device, before searching for the BluetoothLE device...
How do I check to see if my iPhone or Android device has bluetooth enabled on the device using Object Pascal in App Method. I want to show a specific form if bluetooth is not enabled, otherwise I want to send the user to a different form. Here is part of my code which does not work. I have also look at the article http://community.embarcader...
I am trying to save configuration from my app to iOS and Android and easily be able to load the data back into the appliation on launch. I looked at a few options, however I am having issues getting these methods to work. What is the best way to easily save a few application settings and load back into the application at launch? I am new at AppMeth...
I am attempting to read accelerometer data from TI's SensorTag using BluetoothLE. I am able to subscribe to the Device/Service/Characteristic, however I am unable to read data from the device. http://processors.wiki.ti.com/index.php/SensorTag_User_Guide gives the layout of the Accelerometer Data and http://processors.wiki.ti.com/images/a/a8/BLE_Sen...
I am attempting to read accelerometer data from TI's SensorTag using BluetoothLE. I am able to subscribe to the characteristic, however I am unable to read data from the device. http://processors.wiki.ti.com/index.php/SensorTag_User_Guide gives the layout of the Accelerometer Data and http://processors.wiki.ti.com/images/a/a8/BLE_SensorTag_GATT_Ser...
Does AppMethod for Android and iOS have access to composite sensors? I am specifically looking to find an angle using a starting point and then moving the phone to a stopping point. From my research, I believe I will need the Sensor typeCategoryUnderlying base sensorTrigger mode Rotation vector Attitude Accelerom...
I am working with System.Sensors.TMotionSensor and it seems the default type is Accelerometer1D. How do I change the sensor type to Accelerometer3D?...