android - Sensors persistence approaches -
i'd save sensors accelerometer, gyroscope, etc data , don't know what's best approach using fast or game selection. example, can think of saving 10 seconds of data in memory, , making batch insert database not saving @ rate of 20ms database , block phone, don't know how time take bath insert of 1000 records. other approach? goal @ desired time records in database sent specified web service. in advance. guillermo.
i did similar when kept 5000 events in memory , printed out console afterwards on iphone offline research. besides sluggish behaviour of iphone console in general worked out pretty good.
so need web service , bunch of user data? (i hope users know big brother watching them ;-) well, if should consider using compression , send out binary data, expecially if users not connected wlan.
kay
Comments
Post a Comment