I am totally new to developing libraries and I don't quite understand the difference between creating a wrapper vs. a library.
Attached is a TapJoy SDK that contains about 7 java modules. The first module (TapjoyConnect.java) seems to call all of the other modules.
The TapjoyConnect.java module has about 5 function / subs / etc. Do I only need to create a wrapper for the TapjoyConnect.java module such that it would call the routines from the other modules?
There aren't many differences between a wrapper and a non-wrapper libraries.
You should use @DependsOn annotation to tell the compiler to add a reference to this library. In your project you should call the methods that you are interested in.
When I unzipped the SDK, I remember seeing a bunch of files that end in ".java." I did not see a .jar file. I will chack again, but I recall only seeing .java files. If so, would I need to create a .jar file?
I have been working on a wrapper for TapJoy sdk, i have most of it working but have been busy with other stuff, i will try to give it the last finish touches and release it soon!