Hello everybody.
First I want to apologize for the stupid question of this post, but I start (again) with B4A and I think that I have still to learn some basic functions.
Here my questions:
I made some small apps with 2 activities ("main" and "Settings").
The goal of this mini app is only to learn how I can :
1- read variable from an INI file (store into Dir.internal)
2- store those variable into Edit Text on the "Settings" activity
3- Write the variables from the "Settings" Activity into the same INI File.
Like you see, nothing very exiting
I already write some code, but I don't understand the principe of "Initialize" variables. (the log inform me that i have to initialize Edit.text even when I initialize it....
I want also to know the difference between "Activity Create" and "Activity Resume" when i want to pass variable between 2 activities (Process_Global)
Thank you for uour assistance.
Regards
O.
First I want to apologize for the stupid question of this post, but I start (again) with B4A and I think that I have still to learn some basic functions.
Here my questions:
I made some small apps with 2 activities ("main" and "Settings").
The goal of this mini app is only to learn how I can :
1- read variable from an INI file (store into Dir.internal)
2- store those variable into Edit Text on the "Settings" activity
3- Write the variables from the "Settings" Activity into the same INI File.
Like you see, nothing very exiting
I already write some code, but I don't understand the principe of "Initialize" variables. (the log inform me that i have to initialize Edit.text even when I initialize it....
I want also to know the difference between "Activity Create" and "Activity Resume" when i want to pass variable between 2 activities (Process_Global)
Thank you for uour assistance.
Regards
O.