sysnetlab / SensorDataCollector

Android sensor data collector that collects sensor or pseudo-sensor data.
GNU General Public License v3.0
5 stars 2 forks source link

avoid storing resource id in sqlite database #110

Closed graychan closed 10 years ago

graychan commented 10 years ago

Resource identifiers are stored in sqlite database. However, the identified may change from a build to another or after a layout, a string, or any other resources is added. Perhaps, it is better, not to store resources in the database at all, in which case, we have to change the database schema, and change how the resource identifiers are retrieved and used.