Hi,
This is exactly what I need to do too.
I have an Jar File (Also all the source code, as it is open source). I need to use its functions within B4Abdroid.
Now after seeing the video and reading the tutorials I understand the following:-
1. Start new eclipse project.
2. Add reference to Core.jar, B4Shared.jar, Android.jar and the jar file that I need to use.
3. Now write code to refer each and every function, method, event etc of that jar file.
4. Use javadoc to create the .xml file for the jar file.
5. Put both these files in the library folder of B4Android.
6. Add reference to these two files in the B4Android project.
However, is there no simpler was to bypass writing all the code of step 3 above and refer the function/ methods/ events in the jar file directly. As long I have documentation indicating their syntax.(This is available as the jar source code is available)
Do help !! :BangHead: