Re: [android-beginners] Re: Library Class Method

2010-03-26 Thread Sreekant Sreedharan
REMOVE ME On Thu, Mar 25, 2010 at 2:15 PM, Kitzy kitzyk...@gmail.com wrote: I was looking for something for my program and ran across this other posting which I think really helps answer some of the questions addressed in this thread:

Re: [android-beginners] Re: Library Class Method

2010-03-26 Thread Justin Anderson
Remove yourself... -- There are only 10 types of people in the world... Those who know binary and those who don't. -- On Thu, Mar 25, 2010 at 5:44 PM, Sreekant

Re: [android-beginners] Re: Library Class Method

2010-03-06 Thread eric
you can use some Ant script which could: - copy the Android manifest from the project you are currently building to the top of the source directory - eventually copy project files needed for this particular project also at the top (for example resources, or even a .project where you can filter out

Re: [android-beginners] Re: Library Class Method

2010-03-02 Thread Mark Murphy
Kitzy wrote: One last word of advice, if you are creating a standard jar file, then your project (for that code) shouldn't be an Android project but a regular java project. That may be true, but it is perfectly valid to link to the appropriate Android JAR file, to reference classes and methods

Re: [android-beginners] Re: Library Class Method

2010-03-02 Thread Mark Murphy
Mitch wrote: 1. Create a JAR file and use it in my activity. The JAR file must be a standard Java JAR (whatever that means). I see there are options to choose in the wizard for the JRE and no idea what a good choice is. 2. Try to put the code into a particular folder and reference it in

Re: [android-beginners] Re: Library Class Method

2010-03-01 Thread Mark Murphy
Mitch wrote: I'm not sure what the options are, which is the basis of my question. I have some code that is general (geometry calculations, Android UI helpers, ... etc). I would like to have multiple applications have access to the same code. I don't need this done at runtime, but I do