Hello, I am starting a app project, targeting Android and iOS.
Since B4a and B4i use the same code and logic, how can I have a single code repository that I might use in both environments?
I've seen people using #If / #Endif conditions to split code and compile. Is this the best way to do? What about the View files, can I have different folders for each set of files?
Thank you
Since B4a and B4i use the same code and logic, how can I have a single code repository that I might use in both environments?
I've seen people using #If / #Endif conditions to split code and compile. Is this the best way to do? What about the View files, can I have different folders for each set of files?
Thank you