I have 2 class: Class A and Class B The class A has a user interface and class B not
The class B has a method that makes an ArrayList and if fills it with data (in the same function) it returns the ArrayList How can i get from Class A that object filled of data? Class B method cannot be static (uses this. several times) I tried getApplication() but it crashes with a null pointer exception. I don't want to examine the code i need to know how can I interact with other classes methods or vars, manuals about that are welcome also :) Sorry if i don't explain too much and thank you before you answer :) -- 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

