I wanted a sample project in java eclipse IDE, which is used in B4a as a library. I just wanted evalauate more on this aspect. Anybody having the sample code and steps?
You can also download JD-GUI and use it to decompile existing JAR libraries.
A lot of B4A library developers seem to have found it very useful to look at other people's library code with this tool.
You can look at the source code for 3rd party libraries as well as the official B4A Core.jar library.
You can also download JD-GUI and use it to decompile existing JAR libraries.
A lot of B4A library developers seem to have found it very useful to look at other people's library code with this tool.
You can look at the source code for 3rd party libraries as well as the official B4A Core.jar library.
While, that is all good for learning, make sure you do not redistribute or post code from other libraries without asking prior permission first. While most developers would be happy for you to use it, you might get into trouble for doing something you should not.
Delete the file TabHostExtrasTemp.java and recompile your project and re-generate the XML file.
That file was included just as it contained some other code that someone wanted to see - it's not needed and if included will create a broken library.
You could not delete it - instead right click TabHostExtras.java and Export, right click it again and Generate Javadoc.
That will compile without including the Temp file.