Hey,
I'm wondering if it is possible to start an Activity in my B4A code from a library.
Something like:
Java:
Where ThisActivity is an Activity from a jar file.
b4a
Thanks,
Tomas
EDIT: The title may sound other then what i mean.
I mean I want to call an Activity from my Basic4Android code that launches an activity from the library
I'm wondering if it is possible to start an Activity in my B4A code from a library.
Something like:
Java:
B4X:
@ShortName("LibActivity")
public class myActivityWrapper extends ThisActivity{
}
Where ThisActivity is an Activity from a jar file.
b4a
B4X:
dim myActivityFromTheLibrary as LibActivity
StartActivity(myActivityFromTheLIbrary)
Thanks,
Tomas
EDIT: The title may sound other then what i mean.
I mean I want to call an Activity from my Basic4Android code that launches an activity from the library
Last edited: