F FredTheIntern New Member Licensed User Longtime User Apr 12, 2012 #1 Is there a reason why static methods in java get seen as non-static methods in Basic4Android when you make a library from that class? If so, what can I do to make it look like a static (shared) method in Basic4Android?
Is there a reason why static methods in java get seen as non-static methods in Basic4Android when you make a library from that class? If so, what can I do to make it look like a static (shared) method in Basic4Android?
Erel B4X founder Staff member Licensed User Longtime User Apr 12, 2012 #2 The method will be static. You will however need an object to reference the method. Upvote 0