Is there a way to display data generated from widget in hybrid app without storing into domain model.

0
I have created a bluetooth widget which will connect to a device and reads multiple sensor data every 3 seconds. I need to show this live data to user in tabular form. I was able to do it by using mx.data.create api to store data in entities and the page will use a data widget to retrieves data and shows to user. As I am not concerned old data i don't want to store data in entities, Is there any way i send data from widget to a page where data to be displayed, without persistently storing it. Thanks.
asked
1 answers
1

Try using non persistent entities. They are not stored in the database.

Regards,

Ronald

 

answered