I take it for granted, but it doesn't seem to work.
When compiling, the Initialize() is wrong.
So, what's right? Thx
B4X:
package com.example;
import anywheresoftware.b4a.BA;
import anywheresoftware.b4a.BA.*;
import anywheresoftware.b4a.objects.collections.Map;
@Version(1.0f)
//@Permissions(values={"android.permission.INTERNET"})
@ShortName("FirstLib")
//@DependsOn(values={"some java library "})
//@ActivityObject
public class FirstLib {
//b4a map
anywheresoftware.b4a.objects.collections.Map mlunar = new anywheresoftware.b4a.objects.collections.Map();
mlunar.Initialize();
When compiling, the Initialize() is wrong.
So, what's right? Thx