ilan Expert Licensed User Longtime User Jun 21, 2013 #1 i am working on a project for 2 month i have allready about 26000 lines code, 4 activities and b4a works same i had 10 lines is there a limit of lines??
i am working on a project for 2 month i have allready about 26000 lines code, 4 activities and b4a works same i had 10 lines is there a limit of lines??
Erel B4X founder Staff member Licensed User Longtime User Jun 21, 2013 #2 No. Though it will be usually better to split your code into several modules. Upvote 0
ilan Expert Licensed User Longtime User Jun 21, 2013 #3 and how do i use the module? if i write a code to a module then call it and thats it?? thanx Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Jun 21, 2013 #4 You can create classes, code modules, activities or services. Code modules: Basic4android Search: Code Module Upvote 0
You can create classes, code modules, activities or services. Code modules: Basic4android Search: Code Module