D daemon Active Member Licensed User Longtime User Dec 5, 2014 #1 Are they same? Which one should be used when needed in a library?
Erel B4X founder Staff member Licensed User Longtime User Dec 7, 2014 #2 It is the same as in Java. There are two types of contexts. In most cases if your library is related to any UI element then you need to use ba.context (and @ActivityObject).
It is the same as in Java. There are two types of contexts. In most cases if your library is related to any UI element then you need to use ba.context (and @ActivityObject).
D daemon Active Member Licensed User Longtime User Dec 11, 2014 #3 Oh, I'm not good at Java (hence B4A customer ). Anyway, if my library is not UI element, I should use ba.applicationContext?
Oh, I'm not good at Java (hence B4A customer ). Anyway, if my library is not UI element, I should use ba.applicationContext?