hi, im thinking of implementing a program that contains about 600 pitures and displays them like a slide show using doubly linked lists (in java).
i only have java programming experiance (and a bit of ada95 but that doesnt really count)
do you think using a DL List is the best way to go about it?
it would only hold 3 pictures at a time in temp mem - as not too over load ram. namely the previous, current and next pointer pictures.
is this plan feasable? how can i store so many pictures but take up as little space as possible? the picture will be low quality grey scale jpegs.
is there an maximum application size using midp?
i have no idea how to use .mbm extension so im trying to learn to see if that maybe an alternative!