简体   繁体   中英

Accessing image in gallery to create SqlLite database table in android

I'm new to android development. I'm creating an app for augmented reality. My objective is to capture a video of real environment and to display an augmented image of the past related to the real environment. Can you please guide me how to create a new SqlLite database table for accessing images(augmented images) which is already saved in the gallery of Nexus tab 7? Also I'm taking the GPS co-ordinates for reference to create a virtual table.

You would want to create you database with the BLOB datatype for storing the image. Here is another question that addresses retrieving the images from the photo gallery. Good luck.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM