Search code examples
androidbitmapimage

Can Bitmap objects be added into a Bitmap array in android?


Can I add Bitmap objects into Bitmap array in android, while trying to do that could find that there was no specific methods available for it.Any Help from any one would be highly appreciable. Thanks in advance for the help.


Solution

  • Use ArrayList instead of plain Array