Tag: sensor simulator
-
Quickly switch between the code for the emulator to the code for the real device
In a previous post I explained the differences between the code for the emulator and the code for the real device, but the switch from one to another and vice versa is very cumbersome.In this post I propose a way to switch quickly from one situation to another with few changes.The specific code for the…
-
The differences between the code for the emulator and the code for a real device
The Android developers can use Sensor Simulator to test their applications, in particular when they use sensors such as accelerometer or compass. In this post I explain the differences in the code for an activity that runs on the emulator or a real device, and I don’t discuss how to install or launch the emulator,…