We're allowed to create simple classes with helper methods, right? I guess my question is, do they need to extend "activity" or "service"? Do I need to declare them in AndroidManifest?
An example of what I want is my own type of array, called NoobList.class, which extends ArrayList. I can just instantate it, right? The only thing android specific I added was "package ......;" to the top of NoobList.java --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

