27.01.2011 16:57, som пишет:
as i was looking at
the SDK documentation i found
public Object onRetainNonConfigurationInstance()... however i need
such functionality which returns an array of Object[].

Hint: in Java, everything is an Object, including:

- List<yourclass>

- yourclass[]

- Instance of:

class Data {
List<yourclass> a;
yourclass[] b;
};

--
Kostya Vasilyev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.com

--
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

Reply via email to