If you're going to use them in different projects, you should definitely use separate java library (not a separate android project). After that, simply include reference to that library to your projects.
On Oct 9, 4:25 pm, jax <[email protected]> wrote: > I have some methods that I would like to put into a helper library so > that I can use them in different projects. > > How should I do this in eclipse. > > Make a new android project and put a package in it like > com.example.helper > > OR > > Make a new Java Project and the package com.example.helper > > OR > > just put the new package in the existing project > > Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

