Android Question ACCESS to EXTERNAL MOD AND SUB

Gianni Sassanelli

Active Member
Licensed User
Longtime User
Hi Expert,
i need to make some customizable function to my B4A App.

To do this i have thinked to develop a base version of my app and a external lib of extended function and layout compiled in another B4a App.
Subsequently I need to call this external functions from my base app.

Is this possibile with B4a?

thanks
 

DonManfred

Expert
Licensed User
Longtime User
1, Writing UPPERCASE is considered SHOUTING
2. Why you are creating two threads for the same subject?
 
Upvote 0

johndb

Active Member
Licensed User
Longtime User
Hi Expert,
i need to make some customizable function to my B4A App.

To do this i have thinked to develop a base version of my app and a external lib of extended function and layout compiled in another B4a App.
Subsequently I need to call this external functions from my base app.

Is this possibile with B4a?

thanks
Yes, it is possible. You'll have to use Inter-app Communications in order to communicate between apps. See this tutorial: https://www.b4x.com/android/forum/threads/tutorial-inter-app-communication-with-intents.30608/
 
Upvote 0
Top