Database

Started by Indianslayer, November 15, 2015, 09:55:17 PM

Previous topic - Next topic

Indianslayer

didnt know where to put this, but does anyone know what type of database is used to store all the information on this app? Also, would anyone know if the images are stored or is it just links that are stored? Only reason I'm asking is because I have a database class and have a final project that can be just on about anything. Was thinking magic, but don't really know where to start with a database.

Piotr

Best to ask the maker, I suppose :P

The database is sqlite, a kind of SQL database. The images are links, as you use the database the images are stored in your device's cache.