I am storing my images in drawable and their resource id in SQLite database.My database is created when the application starts for the first time.
Is it good to save the image ids in database or does the id's change every time an application start?
if id's change then while fetching back image id's I may receive an error.So,is storing image ID in database a good idea?
i need the images path to be stored in database with other relative data that's why i am storing the image id's in data base.