frapperino / sketchagram

Smartwatch application
Other
0 stars 0 forks source link

Out of memory because of Bitmap #14

Closed alehar9320 closed 9 years ago

alehar9320 commented 9 years ago

Bitmaps are causing android to be out of memory because their size is too big!

alehar9320 commented 9 years ago

Bitmaps are now significantly smaller and method returns a bitmap as small as possible, given the input parameters for minimum height and width. Reopen if issues should appear in future. Insufficient data as of now.