I have this Android App that reads some data from an arduino that runs as a service. It reads the input from USB and stores the readings in a sqlite database.
I want to know if it is possible to create a "front end" in processing for android. I should be able to read the database in the other app and graph those values.
Any idea of how should try to do that? Any help will be very apreciated.