Good afternoon,
I really have two doubts (maybe someone can help me out please):
1) When I have 2 java files, for instance, and one of them needs the other, how do I write the import line? I've tryed import Module1 - example - but when I compile with SLC it gives me an error of not found, even if the 2 files are in the same folder...
2) In a B4A project, if I include in libs a particular .jar file (say MyLib.jar), what is the procedure to use it? How do I call a function from that lib - example function1 (of course I know the parameters)? Must I declare something first? Can someone give me a pratical example?
Kind regards, and sorry for the trouble...
Kepler
I really have two doubts (maybe someone can help me out please):
1) When I have 2 java files, for instance, and one of them needs the other, how do I write the import line? I've tryed import Module1 - example - but when I compile with SLC it gives me an error of not found, even if the 2 files are in the same folder...
2) In a B4A project, if I include in libs a particular .jar file (say MyLib.jar), what is the procedure to use it? How do I call a function from that lib - example function1 (of course I know the parameters)? Must I declare something first? Can someone give me a pratical example?
Kind regards, and sorry for the trouble...
Kepler