Android Question Load function from text file

Abdou1283

Member
Licensed User
Hi, i want to add functions to my code dynamically,
if i want to add some function to my app without update it, can i write my function in text file and load it with some line of codes,

is it possible or not ???
 

aaronk

Well-Known Member
Licensed User
Longtime User
Maybe this is what you are wanting: https://www.b4x.com/android/forum/threads/firebase-remoteconfig.67801/#content

Firebase Remote Config is a cloud service that lets you change the behavior and appearance of your app without requiring users to download an app update. When using Remote Config, you create in-app default values that control the behavior and appearance of your app. Then, you can later use the Firebase console or the Remote Config REST API to override in-app default values for all app users or for segments of your user base. Your app controls when updates are applied, and it can frequently check for updates and apply them with a negligible impact on performance.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Top