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?
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?