I guess at this point it depends on what you want stored. You could store just the file location of the poster and then at runtime you would load in all the pictures from their file paths. Another option is to save a Byte array that represents the image and then at runtime you recreate the image. There are so many different ways you could go with this, you could even use a SQLite database to save everything. It depends on the scope of your application.