I am completely new to programming with app inventor and I was wondering if it is possible to display the signal coming from the adxl345 accelerometer on the smartphone. Does anyone have any advice how to develop the application?
Sure. You need to connect your ADXL sensor, e.g. to Arduino. Then you can create a bluetooth connection between the arduino and the phone. The Arduino will send data and the phone will receive.