Hi,
I am new at B4A and Java. I have done some development in VB and VBA.
I want to create an application that will, in a first time, read an display on a map weather forecast data extracted from Grib files (wind, pressure, rain,...).
A Java library (JGrib) has been developed to read and decode gribfiles. It is freely available in SourceForge.
I want to use this library within B4A. I have read all the posts regarding creating a B4A library using existing Java libraries. I have successfully created "MyFisrtLib" following the tutorial, but I am a still confused as to how I can expose Classes, Properties, Methods of the JGrib library.
I was looking for either :
- an example of the java code that has to be written in eclipse to do so but I did not find it in the forum,
- some help and may be the first lines of the java code that has to be written for this specific library.
Thanks in advance for your help.
Henri
I am new at B4A and Java. I have done some development in VB and VBA.
I want to create an application that will, in a first time, read an display on a map weather forecast data extracted from Grib files (wind, pressure, rain,...).
A Java library (JGrib) has been developed to read and decode gribfiles. It is freely available in SourceForge.
I want to use this library within B4A. I have read all the posts regarding creating a B4A library using existing Java libraries. I have successfully created "MyFisrtLib" following the tutorial, but I am a still confused as to how I can expose Classes, Properties, Methods of the JGrib library.
I was looking for either :
- an example of the java code that has to be written in eclipse to do so but I did not find it in the forum,
- some help and may be the first lines of the java code that has to be written for this specific library.
Thanks in advance for your help.
Henri