1
votes

Is it possible to read/write to a database from a Google Glass GDK app? To clarify, I'm referring to the GDK, not the Mirror API. On standard Android, you use android.database.sqlite. Is this package available in Glass?

1

1 Answers

4
votes

Yes. Since the Glass platform is based on Android, you can use the same APIs for local file storage and database access that you would use on other Android devices.