Hi, I have developed an Android paint app through which one can draw different shapes and freehand drawing on the canvas. However i have reached a stumbling block now... i would like to retain the information of the different shapes when the screen is rotated... hence i need to store an array of shape objects... as i was looking at the SDK documentation i found public Object onRetainNonConfigurationInstance()... however i need such functionality which returns an array of Object[].
it would be very helpful for me if someone can point out how i can do it for the Android Paint app... Thanks in advance. Som -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

